Html Css Color HEX #C7B94C Sundance

📋 copy color: '#C7B94C'

red 199 ◦ green 185 ◦ blue 76

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

Shades of Sundance #C7B94C

Tints of Sundance #C7B94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.22%

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 43.26%
G = 40.22%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7B94C (or 0xC7B94C) is known color: Sundance. HEX triplet: C7, B9 and 4C. RGB value is (199,185,76). Sum of RGB (Red+Green+Blue) = 199+185+76=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B94C is #3846B3. Grayscale: #B1B1B1. Windows color (decimal): -3688116 or 5028295. OLE color: 5028295.

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

Color convert

RGB 199 185 76 -
CMYK 0 0.07 0.62 0.22
HSL 53.17º 0.52% 0.54% -
HSV(B) 53.17º 0.62% 0.78% -
XYZ 42.21 47.36 13.75 -
YUV 176.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 199 185 76 0 0.07 0.62 0.22 53.17 0.52 0.54
Hex C7 B9 4C 0 7 3E 16 35 34 36
Octal 307 271 114 0 7 76 26 65 64 66
Binary 11000111 10111001 1001100 0 111 111110 10110 110101 110100 110110

Color Harmonies of #C7B94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B94C

Black with #C7B94C

Text Example


Text Example

White with #C7B94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B94C; }

 p { color: rgb(199,185,76); }

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

background-color css

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

 a { background-color: rgb(199,185,76); }

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

border-color css

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

 span { border-color: rgb(199,185,76); }

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