#CCB887

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

Shades of Yuma #CCB887

Tints of Yuma #CCB887

Color information

#CCB887 (or 0xCCB887) is unknown color: approx Yuma. HEX triplet: CC, B8 and 87. RGB value is (204,184,135). Sum of RGB (Red+Green+Blue) = 204+184+135=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB887 is #334778. Grayscale: #B8B8B8. Windows color (decimal): -3360633 or 8894668. OLE color: 8894668.

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

Color convert

RGB204184135-
CMYK00.100.340.2
HSL42.61º40.35%66.47%-
HSV(B)42.61º33.82%80%-
XYZ46.4248.8729.91-
YUV184.39100.13141.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 135 (53.12% from 255) = 25.81%
R=39.01%
G=35.18%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418413500.100.340.242.6140.3566.47
HexCCB8870A22142b2842
Octal31427020701242245350102
Binary11001100101110001000011101010100010101001010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB887; }

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

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

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

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

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

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

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

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