#CAB988

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

Shades of Yuma #CAB988

Tints of Yuma #CAB988

Color information

#CAB988 (or 0xCAB988) is unknown color: approx Yuma. HEX triplet: CA, B9 and 88. RGB value is (202,185,136). Sum of RGB (Red+Green+Blue) = 202+185+136=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB988 is #354677. Grayscale: #B8B8B8. Windows color (decimal): -3491448 or 8960458. OLE color: 8960458.

HSL color Cylindrical-coordinate representation of color #CAB988: hue angle of 44.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAB988 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202185136-
CMYK00.080.330.21
HSL44.55º38.37%66.27%-
HSV(B)44.55º32.67%79.22%-
XYZ46.1549.0330.32-
YUV184.5100.63140.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=38.62%
G=35.37%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218513600.080.330.2144.5538.3766.27
HexCAB9880821152d2642
Octal31227121001041255546102
Binary11001010101110011000100001000100001101011011011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB988; }

 p { color: rgb(202,185,136); }

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

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

 a { background-color: rgb(202,185,136); }

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

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

 span { border-color: rgb(202,185,136); }

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