Html Css Color HEX #C0AE4A Sundance

📋 copy color: '#C0AE4A'

red 192 ◦ green 174 ◦ blue 74

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

Shades of Sundance #C0AE4A

Tints of Sundance #C0AE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.55%

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 43.64%
G = 39.55%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0AE4A (or 0xC0AE4A) is known color: Sundance. HEX triplet: C0, AE and 4A. RGB value is (192,174,74). Sum of RGB (Red+Green+Blue) = 192+174+74=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE4A is #3F51B5. Grayscale: #A8A8A8. Windows color (decimal): -4149686 or 4894400. OLE color: 4894400.

HSL color Cylindrical-coordinate representation of color #C0AE4A: hue angle of 50.85º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0AE4A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 74 -
CMYK 0 0.09 0.61 0.25
HSL 50.85º 0.48% 0.52% -
HSV(B) 50.85º 0.61% 0.75% -
XYZ 38.11 41.97 12.57 -
YUV 167.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 192 174 74 0 0.09 0.61 0.25 50.85 0.48 0.52
Hex C0 AE 4A 0 9 3D 19 33 30 34
Octal 300 256 112 0 11 75 31 63 60 64
Binary 11000000 10101110 1001010 0 1001 111101 11001 110011 110000 110100

Color Harmonies of #C0AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE4A

Black with #C0AE4A

Text Example


Text Example

White with #C0AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE4A; }

 p { color: rgb(192,174,74); }

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

background-color css

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

 a { background-color: rgb(192,174,74); }

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

border-color css

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

 span { border-color: rgb(192,174,74); }

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