Html Css Color HEX #C0AD4C Sundance

📋 copy color: '#C0AD4C'

red 192 ◦ green 173 ◦ blue 76

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

Shades of Sundance #C0AD4C

Tints of Sundance #C0AD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.23%

R = 43.54%
G = 39.23%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0AD4C (or 0xC0AD4C) is known color: Sundance. HEX triplet: C0, AD and 4C. RGB value is (192,173,76). Sum of RGB (Red+Green+Blue) = 192+173+76=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD4C is #3F52B3. Grayscale: #A8A8A8. Windows color (decimal): -4149940 or 5025216. OLE color: 5025216.

HSL color Cylindrical-coordinate representation of color #C0AD4C: hue angle of 50.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0AD4C is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 76 -
CMYK 0 0.10 0.60 0.25
HSL 50.17º 0.48% 0.53% -
HSV(B) 50.17º 0.6% 0.75% -
XYZ 37.99 41.62 12.87 -
YUV 167.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 192 173 76 0 0.10 0.60 0.25 50.17 0.48 0.53
Hex C0 AD 4C 0 A 3C 19 32 30 35
Octal 300 255 114 0 12 74 31 62 60 65
Binary 11000000 10101101 1001100 0 1010 111100 11001 110010 110000 110101

Color Harmonies of #C0AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD4C

Black with #C0AD4C

Text Example


Text Example

White with #C0AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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