Html Css Color HEX #C2AF40 Sundance

📋 copy color: '#C2AF40'

red 194 ◦ green 175 ◦ blue 64

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

Shades of Sundance #C2AF40

Tints of Sundance #C2AF40

RGB

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

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

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

R = 44.8%
G = 40.42%
B = 14.78%

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

#C2AF40 (or 0xC2AF40) is known color: Sundance. HEX triplet: C2, AF and 40. RGB value is (194,175,64). Sum of RGB (Red+Green+Blue) = 194+175+64=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF40 is #3D50BF. Grayscale: #A8A8A8. Windows color (decimal): -4018368 or 4239298. OLE color: 4239298.

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

Color convert

RGB 194 175 64 -
CMYK 0 0.10 0.67 0.24
HSL 51.23º 0.52% 0.51% -
HSV(B) 51.23º 0.67% 0.76% -
XYZ 38.5 42.5 11.02 -
YUV 168.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 194 175 64 0 0.10 0.67 0.24 51.23 0.52 0.51
Hex C2 AF 40 0 A 43 18 33 34 33
Octal 302 257 100 0 12 103 30 63 64 63
Binary 11000010 10101111 1000000 0 1010 1000011 11000 110011 110100 110011

Color Harmonies of #C2AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF40

Black with #C2AF40

Text Example


Text Example

White with #C2AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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