Html Css Color HEX #C0AD48 Sundance

📋 copy color: '#C0AD48'

red 192 ◦ green 173 ◦ blue 72

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

Shades of Sundance #C0AD48

Tints of Sundance #C0AD48

RGB

 RED value IS 192 (75.39% from 255) = 43.94%

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

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

R = 43.94%
G = 39.59%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0AD48 (or 0xC0AD48) is known color: Sundance. HEX triplet: C0, AD and 48. RGB value is (192,173,72). Sum of RGB (Red+Green+Blue) = 192+173+72=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD48 is #3F52B7. Grayscale: #A7A7A7. Windows color (decimal): -4149944 or 4763072. OLE color: 4763072.

HSL color Cylindrical-coordinate representation of color #C0AD48: hue angle of 50.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0AD48 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 72 -
CMYK 0 0.10 0.63 0.25
HSL 50.5º 0.49% 0.52% -
HSV(B) 50.5º 0.63% 0.75% -
XYZ 37.85 41.56 12.16 -
YUV 167.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 192 173 72 0 0.10 0.63 0.25 50.5 0.49 0.52
Hex C0 AD 48 0 A 3F 19 32 31 34
Octal 300 255 110 0 12 77 31 62 61 64
Binary 11000000 10101101 1001000 0 1010 111111 11001 110010 110001 110100

Color Harmonies of #C0AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD48

Black with #C0AD48

Text Example


Text Example

White with #C0AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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