Html Css Color HEX #C7A34C Sundance

📋 copy color: '#C7A34C'

red 199 ◦ green 163 ◦ blue 76

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

Shades of Sundance #C7A34C

Tints of Sundance #C7A34C

RGB

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

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

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

R = 45.43%
G = 37.21%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7A34C (or 0xC7A34C) is known color: Sundance. HEX triplet: C7, A3 and 4C. RGB value is (199,163,76). Sum of RGB (Red+Green+Blue) = 199+163+76=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A34C is #385CB3. Grayscale: #A4A4A4. Windows color (decimal): -3693748 or 5022663. OLE color: 5022663.

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

Color convert

RGB 199 163 76 -
CMYK 0 0.18 0.62 0.22
HSL 42.44º 0.52% 0.54% -
HSV(B) 42.44º 0.62% 0.78% -
XYZ 37.95 38.86 12.34 -
YUV 163.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 199 163 76 0 0.18 0.62 0.22 42.44 0.52 0.54
Hex C7 A3 4C 0 12 3E 16 2A 34 36
Octal 307 243 114 0 22 76 26 52 64 66
Binary 11000111 10100011 1001100 0 10010 111110 10110 101010 110100 110110

Color Harmonies of #C7A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A34C

Black with #C7A34C

Text Example


Text Example

White with #C7A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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