#CAB47F

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

Shades of Yuma #CAB47F

Tints of Yuma #CAB47F

Color information

#CAB47F (or 0xCAB47F) is unknown color: approx Yuma. HEX triplet: CA, B4 and 7F. RGB value is (202,180,127). Sum of RGB (Red+Green+Blue) = 202+180+127=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB47F is #354B80. Grayscale: #B4B4B4. Windows color (decimal): -3492737 or 8369354. OLE color: 8369354.

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

Color convert

RGB202180127-
CMYK00.110.370.21
HSL42.4º41.44%64.51%-
HSV(B)42.4º37.13%79.22%-
XYZ44.5146.7326.75-
YUV180.5497.79143.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 127 (50% from 255) = 24.95%
R=39.69%
G=35.36%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218012700.110.370.2142.441.4464.51
HexCAB47F0B25152a2941
Octal31226417701345255251101
Binary1100101010110100111111101011100101101011010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB47F; }

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

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

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

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

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

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

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

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