#CABB8E

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

Shades of Yuma #CABB8E

Tints of Yuma #CABB8E

Color information

#CABB8E (or 0xCABB8E) is unknown color: approx Yuma. HEX triplet: CA, BB and 8E. RGB value is (202,187,142). Sum of RGB (Red+Green+Blue) = 202+187+142=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB8E is #354471. Grayscale: #BABABA. Windows color (decimal): -3490930 or 9354186. OLE color: 9354186.

HSL color Cylindrical-coordinate representation of color #CABB8E: hue angle of 45º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CABB8E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202187142-
CMYK00.070.300.21
HSL45º36.14%67.45%-
HSV(B)45º29.7%79.22%-
XYZ47.0150.0532.77-
YUV186.35102.97139.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=38.04%
G=35.22%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218714200.070.300.214536.1467.45
HexCABB8E071E152d2443
Octal3122732160736255544103
Binary110010101011101110001110011111110101011011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB8E; }

 p { color: rgb(202,187,142); }

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

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

 a { background-color: rgb(202,187,142); }

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

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

 span { border-color: rgb(202,187,142); }

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