#CAB879

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

Shades of Yuma #CAB879

Tints of Yuma #CAB879

Color information

#CAB879 (or 0xCAB879) is unknown color: approx Yuma. HEX triplet: CA, B8 and 79. RGB value is (202,184,121). Sum of RGB (Red+Green+Blue) = 202+184+121=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB879 is #354786. Grayscale: #B6B6B6. Windows color (decimal): -3491719 or 7977162. OLE color: 7977162.

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

Color convert

RGB202184121-
CMYK00.090.400.21
HSL46.67º43.32%63.33%-
HSV(B)46.67º40.1%79.22%-
XYZ44.9548.2225.03-
YUV182.293.46142.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=39.84%
G=36.29%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218412100.090.400.2146.6743.3263.33
HexCAB8790928152f2b3f
Octal3122701710115025575377
Binary110010101011100011110010100110100010101101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB879; }

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

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

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

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

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

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

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

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