#CCB87A

Color #CCB87A Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CCB87A

Tints of Yuma #CCB87A

Color information

#CCB87A (or 0xCCB87A) is unknown color: approx Yuma. HEX triplet: CC, B8 and 7A. RGB value is (204,184,122). Sum of RGB (Red+Green+Blue) = 204+184+122=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB87A is #334785. Grayscale: #B7B7B7. Windows color (decimal): -3360646 or 8042700. OLE color: 8042700.

HSL color Cylindrical-coordinate representation of color #CCB87A: hue angle of 45.37º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB87A is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204184122-
CMYK00.100.400.2
HSL45.37º44.57%63.92%-
HSV(B)45.37º40.2%80%-
XYZ45.5648.5225.38-
YUV182.9193.63143.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 184 (72.27% from 255) = 36.08%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=40%
G=36.08%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418412200.100.400.245.3744.5763.92
HexCCB87A0A28142d2d40
Octal31427017201250245555100
Binary1100110010111000111101001010101000101001011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB87A; }

 p { color: rgb(204,184,122); }

 H1.HeaderClassName
 {
   color: #CCB87A;
 }
 .AnyTagClassName
 {
   color: #CCB87A;
 }
</style>
background-color css

<style>
 a { background-color: #CCB87A; }

 a { background-color: rgb(204,184,122); }

 div.DivClassName
 {
   background-color: #CCB87A;
 }
 .BgClassName
 {
   background-color: #CCB87A;
 }
</style>
border-color css

<style>
 span { border-color: #CCB87A; }

 span { border-color: rgb(204,184,122); }

 td.TdClassName
 {
   border-color: #CCB87A;
 }
 .TagClassName
 {
   border-color: #CCB87A;
 }
</style>