Html Css Color HEX #C2AD4F Sundance

📋 copy color: '#C2AD4F'

red 194 ◦ green 173 ◦ blue 79

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

Shades of Sundance #C2AD4F

Tints of Sundance #C2AD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.79%

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 43.5%
G = 38.79%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2AD4F (or 0xC2AD4F) is known color: Sundance. HEX triplet: C2, AD and 4F. RGB value is (194,173,79). Sum of RGB (Red+Green+Blue) = 194+173+79=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD4F is #3D52B0. Grayscale: #A8A8A8. Windows color (decimal): -4018865 or 5221826. OLE color: 5221826.

HSL color Cylindrical-coordinate representation of color #C2AD4F: hue angle of 49.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2AD4F is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 79 -
CMYK 0 0.11 0.59 0.24
HSL 49.04º 0.49% 0.54% -
HSV(B) 49.04º 0.59% 0.76% -
XYZ 38.6 41.92 13.45 -
YUV 168.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 194 173 79 0 0.11 0.59 0.24 49.04 0.49 0.54
Hex C2 AD 4F 0 B 3B 18 31 31 36
Octal 302 255 117 0 13 73 30 61 61 66
Binary 11000010 10101101 1001111 0 1011 111011 11000 110001 110001 110110

Color Harmonies of #C2AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD4F

Black with #C2AD4F

Text Example


Text Example

White with #C2AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD4F; }

 p { color: rgb(194,173,79); }

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

background-color css

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

 a { background-color: rgb(194,173,79); }

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

border-color css

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

 span { border-color: rgb(194,173,79); }

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