Html Css Color HEX #C7B048 Sundance

📋 copy color: '#C7B048'

red 199 ◦ green 176 ◦ blue 72

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

Shades of Sundance #C7B048

Tints of Sundance #C7B048

RGB

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

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

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

R = 44.52%
G = 39.37%
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

#C7B048 (or 0xC7B048) is known color: Sundance. HEX triplet: C7, B0 and 48. RGB value is (199,176,72). Sum of RGB (Red+Green+Blue) = 199+176+72=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B048 is #384FB7. Grayscale: #ABABAB. Windows color (decimal): -3690424 or 4763847. OLE color: 4763847.

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

Color convert

RGB 199 176 72 -
CMYK 0 0.12 0.64 0.22
HSL 49.13º 0.53% 0.53% -
HSV(B) 49.13º 0.64% 0.78% -
XYZ 40.25 43.66 12.44 -
YUV 171.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 199 176 72 0 0.12 0.64 0.22 49.13 0.53 0.53
Hex C7 B0 48 0 C 40 16 31 35 35
Octal 307 260 110 0 14 100 26 61 65 65
Binary 11000111 10110000 1001000 0 1100 1000000 10110 110001 110101 110101

Color Harmonies of #C7B048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B048

Black with #C7B048

Text Example


Text Example

White with #C7B048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B048; }

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

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

background-color css

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

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

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

border-color css

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

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

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