#CBB887

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

Shades of Yuma #CBB887

Tints of Yuma #CBB887

Color information

#CBB887 (or 0xCBB887) is unknown color: approx Yuma. HEX triplet: CB, B8 and 87. RGB value is (203,184,135). Sum of RGB (Red+Green+Blue) = 203+184+135=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB887 is #344778. Grayscale: #B8B8B8. Windows color (decimal): -3426169 or 8894667. OLE color: 8894667.

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

Color convert

RGB203184135-
CMYK00.090.330.20
HSL43.24º39.53%66.27%-
HSV(B)43.24º33.5%79.61%-
XYZ46.1448.7329.89-
YUV184.09100.29141.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 135 (53.12% from 255) = 25.86%
R=38.89%
G=35.25%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318413500.090.330.2043.2439.5366.27
HexCBB8870921142b2842
Octal31327020701141245350102
Binary11001011101110001000011101001100001101001010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB887; }

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

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

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

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

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

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

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

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