Html Css Color HEX #C2BA79 Yuma

📋 copy color: '#C2BA79'

red 194 ◦ green 186 ◦ blue 121

#C2BA79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #C2BA79

Tints of Yuma #C2BA79

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 value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2BA79 (or 0xC2BA79) is known color: 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

RGB 194 186 121 -
CMYK 0 0.04 0.38 0.24
HSL 53.42º 0.37% 0.62% -
HSV(B) 53.42º 0.38% 0.76% -
XYZ 43.26 47.97 25.07 -
YUV 180.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 194 186 121 0 0.04 0.38 0.24 53.42 0.37 0.62
Hex C2 BA 79 0 4 26 18 35 25 3E
Octal 302 272 171 0 4 46 30 65 45 76
Binary 11000010 10111010 1111001 0 100 100110 11000 110101 100101 111110

Color Harmonies of #C2BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA79

Black with #C2BA79

Text Example


Text Example

White with #C2BA79

Text Example


Text Example

HTML Codes & Css Web 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>