#CBB579

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

Shades of Yuma #CBB579

Tints of Yuma #CBB579

Color information

#CBB579 (or 0xCBB579) is unknown color: approx Yuma. HEX triplet: CB, B5 and 79. RGB value is (203,181,121). Sum of RGB (Red+Green+Blue) = 203+181+121=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB579 is #344A86. Grayscale: #B5B5B5. Windows color (decimal): -3426951 or 7976395. OLE color: 7976395.

HSL color Cylindrical-coordinate representation of color #CBB579: hue angle of 43.9º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBB579 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203181121-
CMYK00.110.400.20
HSL43.9º44.09%63.53%-
HSV(B)43.9º40.39%79.61%-
XYZ44.647.1224.83-
YUV180.7494.29143.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=40.20%
G=35.84%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318112100.110.400.2043.944.0963.53
HexCBB5790B28142c2c40
Octal31326517101350245454100
Binary1100101110110101111100101011101000101001011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB579; }

 p { color: rgb(203,181,121); }

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

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

 a { background-color: rgb(203,181,121); }

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

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

 span { border-color: rgb(203,181,121); }

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