Html Css Color HEX #C2AE40 Sundance

📋 copy color: '#C2AE40'

red 194 ◦ green 174 ◦ blue 64

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

Shades of Sundance #C2AE40

Tints of Sundance #C2AE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.28%

 BLUE value IS 64 (25.39% from 255) = 14.81%

R = 44.91%
G = 40.28%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2AE40 (or 0xC2AE40) is known color: Sundance. HEX triplet: C2, AE and 40. RGB value is (194,174,64). Sum of RGB (Red+Green+Blue) = 194+174+64=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE40 is #3D51BF. Grayscale: #A7A7A7. Windows color (decimal): -4018624 or 4239042. OLE color: 4239042.

HSL color Cylindrical-coordinate representation of color #C2AE40: hue angle of 50.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2AE40 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 64 -
CMYK 0 0.10 0.67 0.24
HSL 50.77º 0.52% 0.51% -
HSV(B) 50.77º 0.67% 0.76% -
XYZ 38.31 42.11 10.96 -
YUV 167.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 194 174 64 0 0.10 0.67 0.24 50.77 0.52 0.51
Hex C2 AE 40 0 A 43 18 33 34 33
Octal 302 256 100 0 12 103 30 63 64 63
Binary 11000010 10101110 1000000 0 1010 1000011 11000 110011 110100 110011

Color Harmonies of #C2AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE40

Black with #C2AE40

Text Example


Text Example

White with #C2AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE40; }

 p { color: rgb(194,174,64); }

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

background-color css

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

 a { background-color: rgb(194,174,64); }

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

border-color css

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

 span { border-color: rgb(194,174,64); }

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