#CCB87C

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

Shades of Yuma #CCB87C

Tints of Yuma #CCB87C

Color information

#CCB87C (or 0xCCB87C) is unknown color: approx Yuma. HEX triplet: CC, B8 and 7C. RGB value is (204,184,124). Sum of RGB (Red+Green+Blue) = 204+184+124=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB87C is #334783. Grayscale: #B7B7B7. Windows color (decimal): -3360644 or 8173772. OLE color: 8173772.

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

Color convert

RGB204184124-
CMYK00.100.390.2
HSL45º43.96%64.31%-
HSV(B)45º39.22%80%-
XYZ45.6848.5726.04-
YUV183.1494.63142.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=39.84%
G=35.94%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418412400.100.390.24543.9664.31
HexCCB87C0A27142d2c40
Octal31427017401247245554100
Binary1100110010111000111110001010100111101001011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB87C; }

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

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

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

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

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

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

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

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