Html Css Color HEX #C7A14C Sundance

📋 copy color: '#C7A14C'

red 199 ◦ green 161 ◦ blue 76

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

Shades of Sundance #C7A14C

Tints of Sundance #C7A14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.93%

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

R = 45.64%
G = 36.93%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7A14C (or 0xC7A14C) is known color: Sundance. HEX triplet: C7, A1 and 4C. RGB value is (199,161,76). Sum of RGB (Red+Green+Blue) = 199+161+76=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A14C is #385EB3. Grayscale: #A3A3A3. Windows color (decimal): -3694260 or 5022151. OLE color: 5022151.

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

Color convert

RGB 199 161 76 -
CMYK 0 0.19 0.62 0.22
HSL 41.46º 0.52% 0.54% -
HSV(B) 41.46º 0.62% 0.78% -
XYZ 37.6 38.15 12.22 -
YUV 162.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 199 161 76 0 0.19 0.62 0.22 41.46 0.52 0.54
Hex C7 A1 4C 0 13 3E 16 29 34 36
Octal 307 241 114 0 23 76 26 51 64 66
Binary 11000111 10100001 1001100 0 10011 111110 10110 101001 110100 110110

Color Harmonies of #C7A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A14C

Black with #C7A14C

Text Example


Text Example

White with #C7A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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