Html Css Color HEX #C7A34F Sundance

📋 copy color: '#C7A34F'

red 199 ◦ green 163 ◦ blue 79

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

Shades of Sundance #C7A34F

Tints of Sundance #C7A34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 79 (31.25% from 255) = 17.91%

R = 45.12%
G = 36.96%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7A34F (or 0xC7A34F) is known color: Sundance. HEX triplet: C7, A3 and 4F. RGB value is (199,163,79). Sum of RGB (Red+Green+Blue) = 199+163+79=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A34F is #385CB0. Grayscale: #A4A4A4. Windows color (decimal): -3693745 or 5219271. OLE color: 5219271.

HSL color Cylindrical-coordinate representation of color #C7A34F: hue angle of 42º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7A34F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 79 -
CMYK 0 0.18 0.60 0.22
HSL 42º 0.52% 0.55% -
HSV(B) 42º 0.6% 0.78% -
XYZ 38.06 38.9 12.9 -
YUV 164.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 199 163 79 0 0.18 0.60 0.22 42 0.52 0.55
Hex C7 A3 4F 0 12 3C 16 2A 34 37
Octal 307 243 117 0 22 74 26 52 64 67
Binary 11000111 10100011 1001111 0 10010 111100 10110 101010 110100 110111

Color Harmonies of #C7A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A34F

Black with #C7A34F

Text Example


Text Example

White with #C7A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A34F; }

 p { color: rgb(199,163,79); }

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

background-color css

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

 a { background-color: rgb(199,163,79); }

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

border-color css

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

 span { border-color: rgb(199,163,79); }

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