Html Css Color HEX #C8AF48 Sundance

📋 copy color: '#C8AF48'

red 200 ◦ green 175 ◦ blue 72

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

Shades of Sundance #C8AF48

Tints of Sundance #C8AF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.11%

R = 44.74%
G = 39.15%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8AF48 (or 0xC8AF48) is known color: Sundance. HEX triplet: C8, AF and 48. RGB value is (200,175,72). Sum of RGB (Red+Green+Blue) = 200+175+72=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF48 is #3750B7. Grayscale: #ABABAB. Windows color (decimal): -3625144 or 4763592. OLE color: 4763592.

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

Color convert

RGB 200 175 72 -
CMYK 0 0.12 0.64 0.22
HSL 48.28º 0.54% 0.53% -
HSV(B) 48.28º 0.64% 0.78% -
XYZ 40.32 43.41 12.38 -
YUV 170.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 200 175 72 0 0.12 0.64 0.22 48.28 0.54 0.53
Hex C8 AF 48 0 C 40 16 30 36 35
Octal 310 257 110 0 14 100 26 60 66 65
Binary 11001000 10101111 1001000 0 1100 1000000 10110 110000 110110 110101

Color Harmonies of #C8AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF48

Black with #C8AF48

Text Example


Text Example

White with #C8AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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