Html Css Color HEX #C8B047 Sundance

📋 copy color: '#C8B047'

red 200 ◦ green 176 ◦ blue 71

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

Shades of Sundance #C8B047

Tints of Sundance #C8B047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

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

R = 44.74%
G = 39.37%
B = 15.88%

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

#C8B047 (or 0xC8B047) is known color: Sundance. HEX triplet: C8, B0 and 47. RGB value is (200,176,71). Sum of RGB (Red+Green+Blue) = 200+176+71=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B047 is #374FB8. Grayscale: #ABABAB. Windows color (decimal): -3624889 or 4698312. OLE color: 4698312.

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

Color convert

RGB 200 176 71 -
CMYK 0 0.12 0.64 0.22
HSL 48.84º 0.54% 0.53% -
HSV(B) 48.84º 0.65% 0.78% -
XYZ 40.48 43.78 12.28 -
YUV 171.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 200 176 71 0 0.12 0.64 0.22 48.84 0.54 0.53
Hex C8 B0 47 0 C 40 16 31 36 35
Octal 310 260 107 0 14 100 26 61 66 65
Binary 11001000 10110000 1000111 0 1100 1000000 10110 110001 110110 110101

Color Harmonies of #C8B047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B047

Black with #C8B047

Text Example


Text Example

White with #C8B047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B047; }

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

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

background-color css

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

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

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

border-color css

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

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

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