Html Css Color HEX #C2A74C Sundance

📋 copy color: '#C2A74C'

red 194 ◦ green 167 ◦ blue 76

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

Shades of Sundance #C2A74C

Tints of Sundance #C2A74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.39%

R = 44.39%
G = 38.22%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2A74C (or 0xC2A74C) is known color: Sundance. HEX triplet: C2, A7 and 4C. RGB value is (194,167,76). Sum of RGB (Red+Green+Blue) = 194+167+76=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A74C is #3D58B3. Grayscale: #A5A5A5. Windows color (decimal): -4020404 or 5023682. OLE color: 5023682.

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

Color convert

RGB 194 167 76 -
CMYK 0 0.14 0.61 0.24
HSL 46.27º 0.49% 0.53% -
HSV(B) 46.27º 0.61% 0.76% -
XYZ 37.37 39.63 12.52 -
YUV 164.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 194 167 76 0 0.14 0.61 0.24 46.27 0.49 0.53
Hex C2 A7 4C 0 E 3D 18 2E 31 35
Octal 302 247 114 0 16 75 30 56 61 65
Binary 11000010 10100111 1001100 0 1110 111101 11000 101110 110001 110101

Color Harmonies of #C2A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A74C

Black with #C2A74C

Text Example


Text Example

White with #C2A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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