#CABA79

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

Shades of Yuma #CABA79

Tints of Yuma #CABA79

Color information

#CABA79 (or 0xCABA79) is unknown color: approx Yuma. HEX triplet: CA, BA and 79. RGB value is (202,186,121). Sum of RGB (Red+Green+Blue) = 202+186+121=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA79 is #354586. Grayscale: #B7B7B7. Windows color (decimal): -3491207 or 7977674. OLE color: 7977674.

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

Color convert

RGB202186121-
CMYK00.080.400.21
HSL48.15º43.32%63.33%-
HSV(B)48.15º40.1%79.22%-
XYZ45.3749.0525.17-
YUV183.3792.8141.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=39.69%
G=36.54%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218612100.080.400.2148.1543.3263.33
HexCABA79082815302b3f
Octal3122721710105025605377
Binary110010101011101011110010100010100010101110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA79; }

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

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

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

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

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

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

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

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