#CBBD76

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

Shades of Yuma #CBBD76

Tints of Yuma #CBBD76

Color information

#CBBD76 (or 0xCBBD76) is unknown color: approx Yuma. HEX triplet: CB, BD and 76. RGB value is (203,189,118). Sum of RGB (Red+Green+Blue) = 203+189+118=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD76 is #344289. Grayscale: #B9B9B9. Windows color (decimal): -3424906 or 7781835. OLE color: 7781835.

HSL color Cylindrical-coordinate representation of color #CBBD76: hue angle of 50.12º 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 #CBBD76 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203189118-
CMYK00.070.420.20
HSL50.12º44.97%62.94%-
HSV(B)50.12º41.87%79.61%-
XYZ46.150.424.44-
YUV185.0990.14140.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=39.80%
G=37.06%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318911800.070.420.2050.1244.9762.94
HexCBBD76072A14322d3f
Octal313275166075224625577
Binary11001011101111011110110011110101010100110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD76; }

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

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

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

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

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

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

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

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