Html Css Color HEX #C7A144 Sundance

📋 copy color: '#C7A144'

red 199 ◦ green 161 ◦ blue 68

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

Shades of Sundance #C7A144

Tints of Sundance #C7A144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.89%

R = 46.5%
G = 37.62%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C7A144 (or 0xC7A144) is known color: Sundance. HEX triplet: C7, A1 and 44. RGB value is (199,161,68). Sum of RGB (Red+Green+Blue) = 199+161+68=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A144 is #385EBB. Grayscale: #A2A2A2. Windows color (decimal): -3694268 or 4497863. OLE color: 4497863.

HSL color Cylindrical-coordinate representation of color #C7A144: hue angle of 42.6º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7A144 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 68 -
CMYK 0 0.19 0.66 0.22
HSL 42.6º 0.54% 0.52% -
HSV(B) 42.6º 0.66% 0.78% -
XYZ 37.34 38.05 10.84 -
YUV 161.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 199 161 68 0 0.19 0.66 0.22 42.6 0.54 0.52
Hex C7 A1 44 0 13 42 16 2B 36 34
Octal 307 241 104 0 23 102 26 53 66 64
Binary 11000111 10100001 1000100 0 10011 1000010 10110 101011 110110 110100

Color Harmonies of #C7A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A144

Black with #C7A144

Text Example


Text Example

White with #C7A144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A144; }

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

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

background-color css

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

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

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

border-color css

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

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

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