#CBB581

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

Shades of Yuma #CBB581

Tints of Yuma #CBB581

Color information

#CBB581 (or 0xCBB581) is unknown color: approx Yuma. HEX triplet: CB, B5 and 81. RGB value is (203,181,129). Sum of RGB (Red+Green+Blue) = 203+181+129=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB581 is #344A7E. Grayscale: #B5B5B5. Windows color (decimal): -3426943 or 8500683. OLE color: 8500683.

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

Color convert

RGB203181129-
CMYK00.110.360.20
HSL42.16º41.57%65.1%-
HSV(B)42.16º36.45%79.61%-
XYZ45.1147.3327.53-
YUV181.6598.29143.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=39.57%
G=35.28%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318112900.110.360.2042.1641.5765.1
HexCBB5810B24142a2a41
Octal31326520101344245252101
Binary11001011101101011000000101011100100101001010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB581; }

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

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

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

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

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

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

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

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