Html Css Color HEX #C2A74F Sundance

📋 copy color: '#C2A74F'

red 194 ◦ green 167 ◦ blue 79

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

Shades of Sundance #C2A74F

Tints of Sundance #C2A74F

RGB

 RED value IS 194 (76.17% from 255) = 44.09%

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 79 (31.25% from 255) = 17.95%

R = 44.09%
G = 37.95%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2A74F (or 0xC2A74F) is known color: Sundance. HEX triplet: C2, A7 and 4F. RGB value is (194,167,79). Sum of RGB (Red+Green+Blue) = 194+167+79=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A74F is #3D58B0. Grayscale: #A5A5A5. Windows color (decimal): -4020401 or 5220290. OLE color: 5220290.

HSL color Cylindrical-coordinate representation of color #C2A74F: hue angle of 45.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2A74F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 167 79 -
CMYK 0 0.14 0.59 0.24
HSL 45.91º 0.49% 0.54% -
HSV(B) 45.91º 0.59% 0.76% -
XYZ 37.48 39.67 13.08 -
YUV 165.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 194 167 79 0 0.14 0.59 0.24 45.91 0.49 0.54
Hex C2 A7 4F 0 E 3B 18 2E 31 36
Octal 302 247 117 0 16 73 30 56 61 66
Binary 11000010 10100111 1001111 0 1110 111011 11000 101110 110001 110110

Color Harmonies of #C2A74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A74F

Black with #C2A74F

Text Example


Text Example

White with #C2A74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A74F; }

 p { color: rgb(194,167,79); }

 H1.HeaderClassName
 {
   color: #C2A74F;
 }
 .AnyTagClassName
 {
   color: #C2A74F;
 }
</style>

background-color css

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

 a { background-color: rgb(194,167,79); }

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

border-color css

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

 span { border-color: rgb(194,167,79); }

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