Html Css Color HEX #C2AE41 Sundance

📋 copy color: '#C2AE41'

red 194 ◦ green 174 ◦ blue 65

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

Shades of Sundance #C2AE41

Tints of Sundance #C2AE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 44.8%
G = 40.18%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2AE41 (or 0xC2AE41) is known color: Sundance. HEX triplet: C2, AE and 41. RGB value is (194,174,65). Sum of RGB (Red+Green+Blue) = 194+174+65=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE41 is #3D51BE. Grayscale: #A8A8A8. Windows color (decimal): -4018623 or 4304578. OLE color: 4304578.

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

Color convert

RGB 194 174 65 -
CMYK 0 0.10 0.66 0.24
HSL 50.7º 0.51% 0.51% -
HSV(B) 50.7º 0.66% 0.76% -
XYZ 38.34 42.12 11.11 -
YUV 167.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 194 174 65 0 0.10 0.66 0.24 50.7 0.51 0.51
Hex C2 AE 41 0 A 42 18 33 33 33
Octal 302 256 101 0 12 102 30 63 63 63
Binary 11000010 10101110 1000001 0 1010 1000010 11000 110011 110011 110011

Color Harmonies of #C2AE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE41

Black with #C2AE41

Text Example


Text Example

White with #C2AE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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