Html Css Color HEX #C7A842 Sundance

📋 copy color: '#C7A842'

red 199 ◦ green 168 ◦ blue 66

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

Shades of Sundance #C7A842

Tints of Sundance #C7A842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

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

R = 45.96%
G = 38.8%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C7A842 (or 0xC7A842) is known color: Sundance. HEX triplet: C7, A8 and 42. RGB value is (199,168,66). Sum of RGB (Red+Green+Blue) = 199+168+66=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A842 is #3857BD. Grayscale: #A6A6A6. Windows color (decimal): -3692478 or 4368583. OLE color: 4368583.

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

Color convert

RGB 199 168 66 -
CMYK 0 0.16 0.67 0.22
HSL 46.02º 0.54% 0.52% -
HSV(B) 46.02º 0.67% 0.78% -
XYZ 38.54 40.54 10.95 -
YUV 165.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 199 168 66 0 0.16 0.67 0.22 46.02 0.54 0.52
Hex C7 A8 42 0 10 43 16 2E 36 34
Octal 307 250 102 0 20 103 26 56 66 64
Binary 11000111 10101000 1000010 0 10000 1000011 10110 101110 110110 110100

Color Harmonies of #C7A842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A842

Black with #C7A842

Text Example


Text Example

White with #C7A842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A842; }

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

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

background-color css

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

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

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

border-color css

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

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

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