#CABA76

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

Shades of Yuma #CABA76

Tints of Yuma #CABA76

Color information

#CABA76 (or 0xCABA76) is unknown color: approx Yuma. HEX triplet: CA, BA and 76. RGB value is (202,186,118). Sum of RGB (Red+Green+Blue) = 202+186+118=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA76 is #354589. Grayscale: #B7B7B7. Windows color (decimal): -3491210 or 7781066. OLE color: 7781066.

HSL color Cylindrical-coordinate representation of color #CABA76: hue angle of 48.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CABA76 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202186118-
CMYK00.080.420.21
HSL48.57º44.21%62.75%-
HSV(B)48.57º41.58%79.22%-
XYZ45.1948.9824.21-
YUV183.0391.3141.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=39.92%
G=36.76%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218611800.080.420.2148.5744.2162.75
HexCABA76082A15312c3f
Octal3122721660105225615477
Binary110010101011101011101100100010101010101110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA76; }

 p { color: rgb(202,186,118); }

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

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

 a { background-color: rgb(202,186,118); }

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

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

 span { border-color: rgb(202,186,118); }

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