#CAB588

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

Shades of Yuma #CAB588

Tints of Yuma #CAB588

Color information

#CAB588 (or 0xCAB588) is unknown color: approx Yuma. HEX triplet: CA, B5 and 88. RGB value is (202,181,136). Sum of RGB (Red+Green+Blue) = 202+181+136=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB588 is #354A77. Grayscale: #B6B6B6. Windows color (decimal): -3492472 or 8959434. OLE color: 8959434.

HSL color Cylindrical-coordinate representation of color #CAB588: hue angle of 40.91º 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 #CAB588 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202181136-
CMYK00.100.330.21
HSL40.91º38.37%66.27%-
HSV(B)40.91º32.67%79.22%-
XYZ45.3247.3830.05-
YUV182.15101.96142.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=38.92%
G=34.87%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218113600.100.330.2140.9138.3766.27
HexCAB5880A2115292642
Octal31226521001241255146102
Binary11001010101101011000100001010100001101011010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB588; }

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

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

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

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

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

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

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

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