Html Css Color HEX #C2AD4A Sundance

📋 copy color: '#C2AD4A'

red 194 ◦ green 173 ◦ blue 74

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

Shades of Sundance #C2AD4A

Tints of Sundance #C2AD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.78%

R = 43.99%
G = 39.23%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2AD4A (or 0xC2AD4A) is known color: Sundance. HEX triplet: C2, AD and 4A. RGB value is (194,173,74). Sum of RGB (Red+Green+Blue) = 194+173+74=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD4A is #3D52B5. Grayscale: #A8A8A8. Windows color (decimal): -4018870 or 4894146. OLE color: 4894146.

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

Color convert

RGB 194 173 74 -
CMYK 0 0.11 0.62 0.24
HSL 49.5º 0.5% 0.53% -
HSV(B) 49.5º 0.62% 0.76% -
XYZ 38.43 41.85 12.53 -
YUV 167.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 194 173 74 0 0.11 0.62 0.24 49.5 0.5 0.53
Hex C2 AD 4A 0 B 3E 18 32 32 35
Octal 302 255 112 0 13 76 30 62 62 65
Binary 11000010 10101101 1001010 0 1011 111110 11000 110010 110010 110101

Color Harmonies of #C2AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD4A

Black with #C2AD4A

Text Example


Text Example

White with #C2AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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