#CAB884

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

Shades of Yuma #CAB884

Tints of Yuma #CAB884

Color information

#CAB884 (or 0xCAB884) is unknown color: approx Yuma. HEX triplet: CA, B8 and 84. RGB value is (202,184,132). Sum of RGB (Red+Green+Blue) = 202+184+132=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB884 is #35477B. Grayscale: #B7B7B7. Windows color (decimal): -3491708 or 8698058. OLE color: 8698058.

HSL color Cylindrical-coordinate representation of color #CAB884: hue angle of 44.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAB884 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202184132-
CMYK00.090.350.21
HSL44.57º39.77%65.49%-
HSV(B)44.57º34.65%79.22%-
XYZ45.6648.528.79-
YUV183.4598.96141.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=39.00%
G=35.52%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218413200.090.350.2144.5739.7765.49
HexCAB8840923152d2841
Octal31227020401143255550101
Binary11001010101110001000010001001100011101011011011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB884; }

 p { color: rgb(202,184,132); }

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

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

 a { background-color: rgb(202,184,132); }

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

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

 span { border-color: rgb(202,184,132); }

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