#CAB875

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

Shades of Yuma #CAB875

Tints of Yuma #CAB875

Color information

#CAB875 (or 0xCAB875) is unknown color: approx Yuma. HEX triplet: CA, B8 and 75. RGB value is (202,184,117). Sum of RGB (Red+Green+Blue) = 202+184+117=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB875 is #35478A. Grayscale: #B6B6B6. Windows color (decimal): -3491723 or 7715018. OLE color: 7715018.

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

Color convert

RGB202184117-
CMYK00.090.420.21
HSL47.29º44.5%62.55%-
HSV(B)47.29º42.08%79.22%-
XYZ44.7148.1223.76-
YUV181.7491.46142.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=40.16%
G=36.58%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218411700.090.420.2147.2944.562.55
HexCAB875092A152f2d3f
Octal3122701650115225575577
Binary110010101011100011101010100110101010101101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB875; }

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

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

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

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

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

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

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

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