Html Css Color HEX #C7B346 Sundance

📋 copy color: '#C7B346'

red 199 ◦ green 179 ◦ blue 70

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

Shades of Sundance #C7B346

Tints of Sundance #C7B346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

 BLUE value IS 70 (27.73% from 255) = 15.63%

R = 44.42%
G = 39.96%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7B346 (or 0xC7B346) is known color: Sundance. HEX triplet: C7, B3 and 46. RGB value is (199,179,70). Sum of RGB (Red+Green+Blue) = 199+179+70=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B346 is #384CB9. Grayscale: #ADADAD. Windows color (decimal): -3689658 or 4633543. OLE color: 4633543.

HSL color Cylindrical-coordinate representation of color #C7B346: hue angle of 50.7º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7B346 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 70 -
CMYK 0 0.10 0.65 0.22
HSL 50.7º 0.54% 0.53% -
HSV(B) 50.7º 0.65% 0.78% -
XYZ 40.78 44.82 12.3 -
YUV 172.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 199 179 70 0 0.10 0.65 0.22 50.7 0.54 0.53
Hex C7 B3 46 0 A 41 16 33 36 35
Octal 307 263 106 0 12 101 26 63 66 65
Binary 11000111 10110011 1000110 0 1010 1000001 10110 110011 110110 110101

Color Harmonies of #C7B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B346

Black with #C7B346

Text Example


Text Example

White with #C7B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B346; }

 p { color: rgb(199,179,70); }

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

background-color css

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

 a { background-color: rgb(199,179,70); }

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

border-color css

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

 span { border-color: rgb(199,179,70); }

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