Html Css Color HEX #C7AA42 Sundance

📋 copy color: '#C7AA42'

red 199 ◦ green 170 ◦ blue 66

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

Shades of Sundance #C7AA42

Tints of Sundance #C7AA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 66 (26.17% from 255) = 15.17%

R = 45.75%
G = 39.08%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C7AA42 (or 0xC7AA42) is known color: Sundance. HEX triplet: C7, AA and 42. RGB value is (199,170,66). Sum of RGB (Red+Green+Blue) = 199+170+66=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA42 is #3855BD. Grayscale: #A7A7A7. Windows color (decimal): -3691966 or 4369095. OLE color: 4369095.

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

Color convert

RGB 199 170 66 -
CMYK 0 0.15 0.67 0.22
HSL 46.92º 0.54% 0.52% -
HSV(B) 46.92º 0.67% 0.78% -
XYZ 38.91 41.28 11.07 -
YUV 166.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 199 170 66 0 0.15 0.67 0.22 46.92 0.54 0.52
Hex C7 AA 42 0 F 43 16 2F 36 34
Octal 307 252 102 0 17 103 26 57 66 64
Binary 11000111 10101010 1000010 0 1111 1000011 10110 101111 110110 110100

Color Harmonies of #C7AA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA42

Black with #C7AA42

Text Example


Text Example

White with #C7AA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA42; }

 p { color: rgb(199,170,66); }

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

background-color css

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

 a { background-color: rgb(199,170,66); }

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

border-color css

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

 span { border-color: rgb(199,170,66); }

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