#CAB781

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

Shades of Yuma #CAB781

Tints of Yuma #CAB781

Color information

#CAB781 (or 0xCAB781) is unknown color: approx Yuma. HEX triplet: CA, B7 and 81. RGB value is (202,183,129). Sum of RGB (Red+Green+Blue) = 202+183+129=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB781 is #35487E. Grayscale: #B6B6B6. Windows color (decimal): -3491967 or 8501194. OLE color: 8501194.

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

Color convert

RGB202183129-
CMYK00.090.360.21
HSL44.38º40.78%64.9%-
HSV(B)44.38º36.14%79.22%-
XYZ45.2548.0127.65-
YUV182.5297.79141.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=39.30%
G=35.60%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218312900.090.360.2144.3840.7864.9
HexCAB7810924152c2941
Octal31226720101144255451101
Binary11001010101101111000000101001100100101011011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB781; }

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

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

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

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

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

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

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

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