#C2BA79

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

Shades of Yuma #C2BA79

Tints of Yuma #C2BA79

Color information

#C2BA79 (or 0xC2BA79) is unknown color: approx Yuma. HEX triplet: C2, BA and 79. RGB value is (194,186,121). Sum of RGB (Red+Green+Blue) = 194+186+121=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA79 is #3D4586. Grayscale: #B5B5B5. Windows color (decimal): -4015495 or 7977666. OLE color: 7977666.

HSL color Cylindrical-coordinate representation of color #C2BA79: hue angle of 53.42º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2BA79 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194186121-
CMYK00.040.380.24
HSL53.42º37.44%61.76%-
HSV(B)53.42º37.63%76.08%-
XYZ43.2647.9725.07-
YUV180.9894.15137.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=38.72%
G=37.13%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418612100.040.380.2453.4237.4461.76
HexC2BA7904261835253e
Octal302272171044630654576
Binary11000010101110101111001010010011011000110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA79; }

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

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

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

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

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

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

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

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