#CAB987

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

Shades of Yuma #CAB987

Tints of Yuma #CAB987

Color information

#CAB987 (or 0xCAB987) is unknown color: approx Yuma. HEX triplet: CA, B9 and 87. RGB value is (202,185,135). Sum of RGB (Red+Green+Blue) = 202+185+135=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB987 is #354678. Grayscale: #B8B8B8. Windows color (decimal): -3491449 or 8894922. OLE color: 8894922.

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

Color convert

RGB202185135-
CMYK00.080.330.21
HSL44.78º38.73%66.08%-
HSV(B)44.78º33.17%79.22%-
XYZ46.084929.95-
YUV184.38100.13140.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 135 (53.12% from 255) = 25.86%
R=38.70%
G=35.44%
B=25.86%

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
Decimal20218513500.080.330.2144.7838.7366.08
HexCAB9870821152d2742
Octal31227120701041255547102
Binary11001010101110011000011101000100001101011011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB987; }

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

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

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

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

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

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

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

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