#CAB775

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

Shades of Yuma #CAB775

Tints of Yuma #CAB775

Color information

#CAB775 (or 0xCAB775) is unknown color: approx Yuma. HEX triplet: CA, B7 and 75. RGB value is (202,183,117). Sum of RGB (Red+Green+Blue) = 202+183+117=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB775 is #35488A. Grayscale: #B5B5B5. Windows color (decimal): -3491979 or 7714762. OLE color: 7714762.

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

Color convert

RGB202183117-
CMYK00.090.420.21
HSL46.59º44.5%62.55%-
HSV(B)46.59º42.08%79.22%-
XYZ44.547.7123.69-
YUV181.1691.79142.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=40.24%
G=36.45%
B=23.31%

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
Decimal20218311700.090.420.2146.5944.562.55
HexCAB775092A152f2d3f
Octal3122671650115225575577
Binary110010101011011111101010100110101010101101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB775; }

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

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

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

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

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

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

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

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