Html Css Color HEX #C2AF47 Sundance

📋 copy color: '#C2AF47'

red 194 ◦ green 175 ◦ blue 71

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

Shades of Sundance #C2AF47

Tints of Sundance #C2AF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.14%

R = 44.09%
G = 39.77%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2AF47 (or 0xC2AF47) is known color: Sundance. HEX triplet: C2, AF and 47. RGB value is (194,175,71). Sum of RGB (Red+Green+Blue) = 194+175+71=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF47 is #3D50B8. Grayscale: #A9A9A9. Windows color (decimal): -4018361 or 4698050. OLE color: 4698050.

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

Color convert

RGB 194 175 71 -
CMYK 0 0.10 0.63 0.24
HSL 50.73º 0.5% 0.52% -
HSV(B) 50.73º 0.63% 0.76% -
XYZ 38.72 42.58 12.14 -
YUV 168.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 194 175 71 0 0.10 0.63 0.24 50.73 0.5 0.52
Hex C2 AF 47 0 A 3F 18 33 32 34
Octal 302 257 107 0 12 77 30 63 62 64
Binary 11000010 10101111 1000111 0 1010 111111 11000 110011 110010 110100

Color Harmonies of #C2AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF47

Black with #C2AF47

Text Example


Text Example

White with #C2AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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