#CAB77F

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

Shades of Yuma #CAB77F

Tints of Yuma #CAB77F

Color information

#CAB77F (or 0xCAB77F) is unknown color: approx Yuma. HEX triplet: CA, B7 and 7F. RGB value is (202,183,127). Sum of RGB (Red+Green+Blue) = 202+183+127=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB77F is #354880. Grayscale: #B6B6B6. Windows color (decimal): -3491969 or 8370122. OLE color: 8370122.

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

Color convert

RGB202183127-
CMYK00.090.370.21
HSL44.8º41.44%64.51%-
HSV(B)44.8º37.13%79.22%-
XYZ45.1247.9626.96-
YUV182.396.79142.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 127 (50% from 255) = 24.80%
R=39.45%
G=35.74%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218312700.090.370.2144.841.4464.51
HexCAB77F0925152d2941
Octal31226717701145255551101
Binary1100101010110111111111101001100101101011011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB77F; }

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

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

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

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

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

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

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

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