Html Css Color HEX #C2A64A Sundance

📋 copy color: '#C2A64A'

red 194 ◦ green 166 ◦ blue 74

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

Shades of Sundance #C2A64A

Tints of Sundance #C2A64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 74 (29.3% from 255) = 17.05%

R = 44.7%
G = 38.25%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2A64A (or 0xC2A64A) is known color: Sundance. HEX triplet: C2, A6 and 4A. RGB value is (194,166,74). Sum of RGB (Red+Green+Blue) = 194+166+74=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A64A is #3D59B5. Grayscale: #A4A4A4. Windows color (decimal): -4020662 or 4892354. OLE color: 4892354.

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

Color convert

RGB 194 166 74 -
CMYK 0 0.14 0.62 0.24
HSL 46º 0.5% 0.53% -
HSV(B) 46º 0.62% 0.76% -
XYZ 37.12 39.24 12.1 -
YUV 163.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 194 166 74 0 0.14 0.62 0.24 46 0.5 0.53
Hex C2 A6 4A 0 E 3E 18 2E 32 35
Octal 302 246 112 0 16 76 30 56 62 65
Binary 11000010 10100110 1001010 0 1110 111110 11000 101110 110010 110101

Color Harmonies of #C2A64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A64A

Black with #C2A64A

Text Example


Text Example

White with #C2A64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A64A; }

 p { color: rgb(194,166,74); }

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

background-color css

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

 a { background-color: rgb(194,166,74); }

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

border-color css

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

 span { border-color: rgb(194,166,74); }

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