Html Css Color HEX #C7AF46 Sundance

📋 copy color: '#C7AF46'

red 199 ◦ green 175 ◦ blue 70

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

Shades of Sundance #C7AF46

Tints of Sundance #C7AF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.41%

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

R = 44.82%
G = 39.41%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7AF46 (or 0xC7AF46) is known color: Sundance. HEX triplet: C7, AF and 46. RGB value is (199,175,70). Sum of RGB (Red+Green+Blue) = 199+175+70=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF46 is #3850B9. Grayscale: #AAAAAA. Windows color (decimal): -3690682 or 4632519. OLE color: 4632519.

HSL color Cylindrical-coordinate representation of color #C7AF46: 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.65%. Process color model (Four color, CMYK) of #C7AF46 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 70 -
CMYK 0 0.12 0.65 0.22
HSL 48.84º 0.54% 0.53% -
HSV(B) 48.84º 0.65% 0.78% -
XYZ 39.99 43.24 12.03 -
YUV 170.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 199 175 70 0 0.12 0.65 0.22 48.84 0.54 0.53
Hex C7 AF 46 0 C 41 16 31 36 35
Octal 307 257 106 0 14 101 26 61 66 65
Binary 11000111 10101111 1000110 0 1100 1000001 10110 110001 110110 110101

Color Harmonies of #C7AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF46

Black with #C7AF46

Text Example


Text Example

White with #C7AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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