Html Css Color HEX #C8AC47 Sundance

📋 copy color: '#C8AC47'

red 200 ◦ green 172 ◦ blue 71

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

Shades of Sundance #C8AC47

Tints of Sundance #C8AC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.03%

R = 45.15%
G = 38.83%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8AC47 (or 0xC8AC47) is known color: Sundance. HEX triplet: C8, AC and 47. RGB value is (200,172,71). Sum of RGB (Red+Green+Blue) = 200+172+71=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC47 is #3753B8. Grayscale: #A9A9A9. Windows color (decimal): -3625913 or 4697288. OLE color: 4697288.

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

Color convert

RGB 200 172 71 -
CMYK 0 0.14 0.64 0.22
HSL 46.98º 0.54% 0.53% -
HSV(B) 46.98º 0.65% 0.78% -
XYZ 39.71 42.24 12.02 -
YUV 168.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 200 172 71 0 0.14 0.64 0.22 46.98 0.54 0.53
Hex C8 AC 47 0 E 40 16 2F 36 35
Octal 310 254 107 0 16 100 26 57 66 65
Binary 11001000 10101100 1000111 0 1110 1000000 10110 101111 110110 110101

Color Harmonies of #C8AC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC47

Black with #C8AC47

Text Example


Text Example

White with #C8AC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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