#CABB8F

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

Shades of Yuma #CABB8F

Tints of Yuma #CABB8F

Color information

#CABB8F (or 0xCABB8F) is unknown color: approx Yuma. HEX triplet: CA, BB and 8F. RGB value is (202,187,143). Sum of RGB (Red+Green+Blue) = 202+187+143=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB8F is #354470. Grayscale: #BABABA. Windows color (decimal): -3490929 or 9419722. OLE color: 9419722.

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

Color convert

RGB202187143-
CMYK00.070.290.21
HSL44.75º35.76%67.65%-
HSV(B)44.75º29.21%79.22%-
XYZ47.0950.0833.17-
YUV186.47103.47139.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=37.97%
G=35.15%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218714300.070.290.2144.7535.7667.65
HexCABB8F071D152d2444
Octal3122732170735255544104
Binary110010101011101110001111011111101101011011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB8F; }

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

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

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

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

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

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

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

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