#CAB584

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

Shades of Yuma #CAB584

Tints of Yuma #CAB584

Color information

#CAB584 (or 0xCAB584) is unknown color: approx Yuma. HEX triplet: CA, B5 and 84. RGB value is (202,181,132). Sum of RGB (Red+Green+Blue) = 202+181+132=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB584 is #354A7B. Grayscale: #B5B5B5. Windows color (decimal): -3492476 or 8697290. OLE color: 8697290.

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

Color convert

RGB202181132-
CMYK00.100.350.21
HSL42º39.77%65.49%-
HSV(B)42º34.65%79.22%-
XYZ45.0547.2728.58-
YUV181.6999.96142.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=39.22%
G=35.15%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218113200.100.350.214239.7765.49
HexCAB5840A23152a2841
Octal31226520401243255250101
Binary11001010101101011000010001010100011101011010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB584; }

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

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

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

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

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

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

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

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