Html Css Color HEX #C2AF41 Sundance

📋 copy color: '#C2AF41'

red 194 ◦ green 175 ◦ blue 65

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

Shades of Sundance #C2AF41

Tints of Sundance #C2AF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

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

R = 44.7%
G = 40.32%
B = 14.98%

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

#C2AF41 (or 0xC2AF41) is known color: Sundance. HEX triplet: C2, AF and 41. RGB value is (194,175,65). Sum of RGB (Red+Green+Blue) = 194+175+65=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF41 is #3D50BE. Grayscale: #A8A8A8. Windows color (decimal): -4018367 or 4304834. OLE color: 4304834.

HSL color Cylindrical-coordinate representation of color #C2AF41: hue angle of 51.16º 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 #C2AF41 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 65 -
CMYK 0 0.10 0.66 0.24
HSL 51.16º 0.51% 0.51% -
HSV(B) 51.16º 0.66% 0.76% -
XYZ 38.53 42.51 11.18 -
YUV 168.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 194 175 65 0 0.10 0.66 0.24 51.16 0.51 0.51
Hex C2 AF 41 0 A 42 18 33 33 33
Octal 302 257 101 0 12 102 30 63 63 63
Binary 11000010 10101111 1000001 0 1010 1000010 11000 110011 110011 110011

Color Harmonies of #C2AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF41

Black with #C2AF41

Text Example


Text Example

White with #C2AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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