Html Css Color HEX #C0AA48 Sundance

📋 copy color: '#C0AA48'

red 192 ◦ green 170 ◦ blue 72

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

Shades of Sundance #C0AA48

Tints of Sundance #C0AA48

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 44.24%
G = 39.17%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0AA48 (or 0xC0AA48) is known color: Sundance. HEX triplet: C0, AA and 48. RGB value is (192,170,72). Sum of RGB (Red+Green+Blue) = 192+170+72=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA48 is #3F55B7. Grayscale: #A5A5A5. Windows color (decimal): -4150712 or 4762304. OLE color: 4762304.

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

Color convert

RGB 192 170 72 -
CMYK 0 0.11 0.63 0.25
HSL 49º 0.49% 0.52% -
HSV(B) 49º 0.63% 0.75% -
XYZ 37.28 40.42 11.97 -
YUV 165.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 192 170 72 0 0.11 0.63 0.25 49 0.49 0.52
Hex C0 AA 48 0 B 3F 19 31 31 34
Octal 300 252 110 0 13 77 31 61 61 64
Binary 11000000 10101010 1001000 0 1011 111111 11001 110001 110001 110100

Color Harmonies of #C0AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA48

Black with #C0AA48

Text Example


Text Example

White with #C0AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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