Html Css Color HEX #C7A44C Sundance

📋 copy color: '#C7A44C'

red 199 ◦ green 164 ◦ blue 76

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

Shades of Sundance #C7A44C

Tints of Sundance #C7A44C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

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

R = 45.33%
G = 37.36%
B = 17.31%

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

#C7A44C (or 0xC7A44C) is known color: Sundance. HEX triplet: C7, A4 and 4C. RGB value is (199,164,76). Sum of RGB (Red+Green+Blue) = 199+164+76=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A44C is #385BB3. Grayscale: #A4A4A4. Windows color (decimal): -3693492 or 5022919. OLE color: 5022919.

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

Color convert

RGB 199 164 76 -
CMYK 0 0.18 0.62 0.22
HSL 42.93º 0.52% 0.54% -
HSV(B) 42.93º 0.62% 0.78% -
XYZ 38.13 39.21 12.4 -
YUV 164.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 199 164 76 0 0.18 0.62 0.22 42.93 0.52 0.54
Hex C7 A4 4C 0 12 3E 16 2B 34 36
Octal 307 244 114 0 22 76 26 53 64 66
Binary 11000111 10100100 1001100 0 10010 111110 10110 101011 110100 110110

Color Harmonies of #C7A44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A44C

Black with #C7A44C

Text Example


Text Example

White with #C7A44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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