#CAB78A

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

Shades of Yuma #CAB78A

Tints of Yuma #CAB78A

Color information

#CAB78A (or 0xCAB78A) is unknown color: approx Yuma. HEX triplet: CA, B7 and 8A. RGB value is (202,183,138). Sum of RGB (Red+Green+Blue) = 202+183+138=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB78A is #354875. Grayscale: #B7B7B7. Windows color (decimal): -3491958 or 9091018. OLE color: 9091018.

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

Color convert

RGB202183138-
CMYK00.090.320.21
HSL42.19º37.65%66.67%-
HSV(B)42.19º31.68%79.22%-
XYZ45.8848.2630.94-
YUV183.55102.29141.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=38.62%
G=34.99%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218313800.090.320.2142.1937.6566.67
HexCAB78A0920152a2643
Octal31226721201140255246103
Binary11001010101101111000101001001100000101011010101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB78A; }

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

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

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

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

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

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

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

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