Html Css Color HEX #C2A140 Sundance

📋 copy color: '#C2A140'

red 194 ◦ green 161 ◦ blue 64

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

Shades of Sundance #C2A140

Tints of Sundance #C2A140

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

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

 BLUE value IS 64 (25.39% from 255) = 15.27%

R = 46.3%
G = 38.42%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2A140 (or 0xC2A140) is known color: Sundance. HEX triplet: C2, A1 and 40. RGB value is (194,161,64). Sum of RGB (Red+Green+Blue) = 194+161+64=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A140 is #3D5EBF. Grayscale: #A0A0A0. Windows color (decimal): -4021952 or 4235714. OLE color: 4235714.

HSL color Cylindrical-coordinate representation of color #C2A140: hue angle of 44.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2A140 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 161 64 -
CMYK 0 0.17 0.67 0.24
HSL 44.77º 0.52% 0.51% -
HSV(B) 44.77º 0.67% 0.76% -
XYZ 35.92 37.33 10.16 -
YUV 159.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 194 161 64 0 0.17 0.67 0.24 44.77 0.52 0.51
Hex C2 A1 40 0 11 43 18 2D 34 33
Octal 302 241 100 0 21 103 30 55 64 63
Binary 11000010 10100001 1000000 0 10001 1000011 11000 101101 110100 110011

Color Harmonies of #C2A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A140

Black with #C2A140

Text Example


Text Example

White with #C2A140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A140; }

 p { color: rgb(194,161,64); }

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

background-color css

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

 a { background-color: rgb(194,161,64); }

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

border-color css

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

 span { border-color: rgb(194,161,64); }

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