#CBB976

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

Shades of Yuma #CBB976

Tints of Yuma #CBB976

Color information

#CBB976 (or 0xCBB976) is unknown color: approx Yuma. HEX triplet: CB, B9 and 76. RGB value is (203,185,118). Sum of RGB (Red+Green+Blue) = 203+185+118=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB976 is #344689. Grayscale: #B7B7B7. Windows color (decimal): -3425930 or 7780811. OLE color: 7780811.

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

Color convert

RGB203185118-
CMYK00.090.420.20
HSL47.29º44.97%62.94%-
HSV(B)47.29º41.87%79.61%-
XYZ45.2548.724.16-
YUV182.7491.46142.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=40.12%
G=36.56%
B=23.32%

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
Decimal20318511800.090.420.2047.2944.9762.94
HexCBB976092A142f2d3f
Octal3132711660115224575577
Binary110010111011100111101100100110101010100101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB976; }

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

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

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

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

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

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

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

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