Html Css Color HEX #C7B047 Sundance

📋 copy color: '#C7B047'

red 199 ◦ green 176 ◦ blue 71

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

Shades of Sundance #C7B047

Tints of Sundance #C7B047

RGB

 RED value IS 199 (78.13% from 255) = 44.62%

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

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

R = 44.62%
G = 39.46%
B = 15.92%

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

#C7B047 (or 0xC7B047) is known color: Sundance. HEX triplet: C7, B0 and 47. RGB value is (199,176,71). Sum of RGB (Red+Green+Blue) = 199+176+71=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B047 is #384FB8. Grayscale: #ABABAB. Windows color (decimal): -3690425 or 4698311. OLE color: 4698311.

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

Color convert

RGB 199 176 71 -
CMYK 0 0.12 0.64 0.22
HSL 49.22º 0.53% 0.53% -
HSV(B) 49.22º 0.64% 0.78% -
XYZ 40.22 43.65 12.27 -
YUV 170.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 199 176 71 0 0.12 0.64 0.22 49.22 0.53 0.53
Hex C7 B0 47 0 C 40 16 31 35 35
Octal 307 260 107 0 14 100 26 61 65 65
Binary 11000111 10110000 1000111 0 1100 1000000 10110 110001 110101 110101

Color Harmonies of #C7B047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B047

Black with #C7B047

Text Example


Text Example

White with #C7B047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B047; }

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

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

background-color css

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

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

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

border-color css

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

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

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