Html Css Color HEX #C8AE50 Sundance

📋 copy color: '#C8AE50'

red 200 ◦ green 174 ◦ blue 80

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

Shades of Sundance #C8AE50

Tints of Sundance #C8AE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 44.05%
G = 38.33%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C8AE50 (or 0xC8AE50) is known color: Sundance. HEX triplet: C8, AE and 50. RGB value is (200,174,80). Sum of RGB (Red+Green+Blue) = 200+174+80=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE50 is #3751AF. Grayscale: #ABABAB. Windows color (decimal): -3625392 or 5287624. OLE color: 5287624.

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

Color convert

RGB 200 174 80 -
CMYK 0 0.13 0.6 0.22
HSL 47º 0.52% 0.55% -
HSV(B) 47º 0.6% 0.78% -
XYZ 40.4 43.13 13.78 -
YUV 171.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 200 174 80 0 0.13 0.6 0.22 47 0.52 0.55
Hex C8 AE 50 0 D 3C 16 2F 34 37
Octal 310 256 120 0 15 74 26 57 64 67
Binary 11001000 10101110 1010000 0 1101 111100 10110 101111 110100 110111

Color Harmonies of #C8AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE50

Black with #C8AE50

Text Example


Text Example

White with #C8AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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