#CAB87C

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

Shades of Yuma #CAB87C

Tints of Yuma #CAB87C

Color information

#CAB87C (or 0xCAB87C) is unknown color: approx Yuma. HEX triplet: CA, B8 and 7C. RGB value is (202,184,124). Sum of RGB (Red+Green+Blue) = 202+184+124=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB87C is #354783. Grayscale: #B6B6B6. Windows color (decimal): -3491716 or 8173770. OLE color: 8173770.

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

Color convert

RGB202184124-
CMYK00.090.390.21
HSL46.15º42.39%63.92%-
HSV(B)46.15º38.61%79.22%-
XYZ45.1448.2926.01-
YUV182.5494.96141.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 184 (72.27% from 255) = 36.08%
BLUE value IS 124 (48.83% from 255) = 24.31%
R=39.61%
G=36.08%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218412400.090.390.2146.1542.3963.92
HexCAB87C0927152e2a40
Octal31227017401147255652100
Binary1100101010111000111110001001100111101011011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB87C; }

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

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

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

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

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

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

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

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