Html Css Color HEX #C8AC50 Sundance

📋 copy color: '#C8AC50'

red 200 ◦ green 172 ◦ blue 80

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

Shades of Sundance #C8AC50

Tints of Sundance #C8AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

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

R = 44.25%
G = 38.05%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C8AC50 (or 0xC8AC50) is known color: Sundance. HEX triplet: C8, AC and 50. RGB value is (200,172,80). Sum of RGB (Red+Green+Blue) = 200+172+80=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC50 is #3753AF. Grayscale: #AAAAAA. Windows color (decimal): -3625904 or 5287112. OLE color: 5287112.

HSL color Cylindrical-coordinate representation of color #C8AC50: hue angle of 46º 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 #C8AC50 is Cyan = 0, Magento = 0.14, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 80 -
CMYK 0 0.14 0.6 0.22
HSL 46º 0.52% 0.55% -
HSV(B) 46º 0.6% 0.78% -
XYZ 40.02 42.36 13.66 -
YUV 169.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 200 172 80 0 0.14 0.6 0.22 46 0.52 0.55
Hex C8 AC 50 0 E 3C 16 2E 34 37
Octal 310 254 120 0 16 74 26 56 64 67
Binary 11001000 10101100 1010000 0 1110 111100 10110 101110 110100 110111

Color Harmonies of #C8AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC50

Black with #C8AC50

Text Example


Text Example

White with #C8AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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