Html Css Color HEX #C0A84C Sundance

📋 copy color: '#C0A84C'

red 192 ◦ green 168 ◦ blue 76

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

Shades of Sundance #C0A84C

Tints of Sundance #C0A84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

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

R = 44.04%
G = 38.53%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0A84C (or 0xC0A84C) is known color: Sundance. HEX triplet: C0, A8 and 4C. RGB value is (192,168,76). Sum of RGB (Red+Green+Blue) = 192+168+76=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A84C is #3F57B3. Grayscale: #A5A5A5. Windows color (decimal): -4151220 or 5023936. OLE color: 5023936.

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

Color convert

RGB 192 168 76 -
CMYK 0 0.12 0.60 0.25
HSL 47.59º 0.48% 0.53% -
HSV(B) 47.59º 0.6% 0.75% -
XYZ 37.05 39.73 12.55 -
YUV 164.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 192 168 76 0 0.12 0.60 0.25 47.59 0.48 0.53
Hex C0 A8 4C 0 C 3C 19 30 30 35
Octal 300 250 114 0 14 74 31 60 60 65
Binary 11000000 10101000 1001100 0 1100 111100 11001 110000 110000 110101

Color Harmonies of #C0A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A84C

Black with #C0A84C

Text Example


Text Example

White with #C0A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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