Html Css Color HEX #C8AE49 Sundance

📋 copy color: '#C8AE49'

red 200 ◦ green 174 ◦ blue 73

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

Shades of Sundance #C8AE49

Tints of Sundance #C8AE49

RGB

 RED value IS 200 (78.52% from 255) = 44.74%

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

 BLUE value IS 73 (28.91% from 255) = 16.33%

R = 44.74%
G = 38.93%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8AE49 (or 0xC8AE49) is known color: Sundance. HEX triplet: C8, AE and 49. RGB value is (200,174,73). Sum of RGB (Red+Green+Blue) = 200+174+73=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE49 is #3751B6. Grayscale: #AAAAAA. Windows color (decimal): -3625399 or 4828872. OLE color: 4828872.

HSL color Cylindrical-coordinate representation of color #C8AE49: hue angle of 47.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8AE49 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 73 -
CMYK 0 0.13 0.64 0.22
HSL 47.72º 0.54% 0.54% -
HSV(B) 47.72º 0.64% 0.78% -
XYZ 40.16 43.03 12.49 -
YUV 170.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 200 174 73 0 0.13 0.64 0.22 47.72 0.54 0.54
Hex C8 AE 49 0 D 40 16 30 36 36
Octal 310 256 111 0 15 100 26 60 66 66
Binary 11001000 10101110 1001001 0 1101 1000000 10110 110000 110110 110110

Color Harmonies of #C8AE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE49

Black with #C8AE49

Text Example


Text Example

White with #C8AE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE49; }

 p { color: rgb(200,174,73); }

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

background-color css

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

 a { background-color: rgb(200,174,73); }

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

border-color css

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

 span { border-color: rgb(200,174,73); }

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