Html Css Color HEX #C2AD48 Sundance

📋 copy color: '#C2AD48'

red 194 ◦ green 173 ◦ blue 72

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

Shades of Sundance #C2AD48

Tints of Sundance #C2AD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.4%

R = 44.19%
G = 39.41%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2AD48 (or 0xC2AD48) is known color: Sundance. HEX triplet: C2, AD and 48. RGB value is (194,173,72). Sum of RGB (Red+Green+Blue) = 194+173+72=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD48 is #3D52B7. Grayscale: #A8A8A8. Windows color (decimal): -4018872 or 4763074. OLE color: 4763074.

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

Color convert

RGB 194 173 72 -
CMYK 0 0.11 0.63 0.24
HSL 49.67º 0.5% 0.52% -
HSV(B) 49.67º 0.63% 0.76% -
XYZ 38.36 41.82 12.18 -
YUV 167.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 194 173 72 0 0.11 0.63 0.24 49.67 0.5 0.52
Hex C2 AD 48 0 B 3F 18 32 32 34
Octal 302 255 110 0 13 77 30 62 62 64
Binary 11000010 10101101 1001000 0 1011 111111 11000 110010 110010 110100

Color Harmonies of #C2AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD48

Black with #C2AD48

Text Example


Text Example

White with #C2AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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