#CAB67F

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

Shades of Yuma #CAB67F

Tints of Yuma #CAB67F

Color information

#CAB67F (or 0xCAB67F) is unknown color: approx Yuma. HEX triplet: CA, B6 and 7F. RGB value is (202,182,127). Sum of RGB (Red+Green+Blue) = 202+182+127=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB67F is #354980. Grayscale: #B5B5B5. Windows color (decimal): -3492225 or 8369866. OLE color: 8369866.

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

Color convert

RGB202182127-
CMYK00.100.370.21
HSL44º41.44%64.51%-
HSV(B)44º37.13%79.22%-
XYZ44.9247.5426.89-
YUV181.7197.13142.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 127 (50% from 255) = 24.85%
R=39.53%
G=35.62%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218212700.100.370.214441.4464.51
HexCAB67F0A25152c2941
Octal31226617701245255451101
Binary1100101010110110111111101010100101101011011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB67F; }

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

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

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

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

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

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

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

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