#CBB876

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

Shades of Yuma #CBB876

Tints of Yuma #CBB876

Color information

#CBB876 (or 0xCBB876) is unknown color: approx Yuma. HEX triplet: CB, B8 and 76. RGB value is (203,184,118). Sum of RGB (Red+Green+Blue) = 203+184+118=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB876 is #344789. Grayscale: #B6B6B6. Windows color (decimal): -3426186 or 7780555. OLE color: 7780555.

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

Color convert

RGB203184118-
CMYK00.090.420.20
HSL46.59º44.97%62.94%-
HSV(B)46.59º41.87%79.61%-
XYZ45.0448.2924.09-
YUV182.1691.79142.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=40.20%
G=36.44%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318411800.090.420.2046.5944.9762.94
HexCBB876092A142f2d3f
Octal3132701660115224575577
Binary110010111011100011101100100110101010100101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB876; }

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

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

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

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

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

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

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

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