Html Css Color HEX #C8AF53 Sundance

📋 copy color: '#C8AF53'

red 200 ◦ green 175 ◦ blue 83

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

Shades of Sundance #C8AF53

Tints of Sundance #C8AF53

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.21%

 BLUE value IS 83 (32.81% from 255) = 18.12%

R = 43.67%
G = 38.21%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C8AF53 (or 0xC8AF53) is known color: Sundance. HEX triplet: C8, AF and 53. RGB value is (200,175,83). Sum of RGB (Red+Green+Blue) = 200+175+83=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF53 is #3750AC. Grayscale: #ACACAC. Windows color (decimal): -3625133 or 5484488. OLE color: 5484488.

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

Color convert

RGB 200 175 83 -
CMYK 0 0.12 0.58 0.22
HSL 47.18º 0.52% 0.55% -
HSV(B) 47.18º 0.59% 0.78% -
XYZ 40.71 43.56 14.45 -
YUV 171.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 200 175 83 0 0.12 0.58 0.22 47.18 0.52 0.55
Hex C8 AF 53 0 C 3A 16 2F 34 37
Octal 310 257 123 0 14 72 26 57 64 67
Binary 11001000 10101111 1010011 0 1100 111010 10110 101111 110100 110111

Color Harmonies of #C8AF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF53

Black with #C8AF53

Text Example


Text Example

White with #C8AF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF53; }

 p { color: rgb(200,175,83); }

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

background-color css

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

 a { background-color: rgb(200,175,83); }

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

border-color css

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

 span { border-color: rgb(200,175,83); }

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