Html Css Color HEX #C2A148 Sundance

📋 copy color: '#C2A148'

red 194 ◦ green 161 ◦ blue 72

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

Shades of Sundance #C2A148

Tints of Sundance #C2A148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 45.43%
G = 37.7%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2A148 (or 0xC2A148) is known color: Sundance. HEX triplet: C2, A1 and 48. RGB value is (194,161,72). Sum of RGB (Red+Green+Blue) = 194+161+72=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A148 is #3D5EB7. Grayscale: #A1A1A1. Windows color (decimal): -4021944 or 4760002. OLE color: 4760002.

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

Color convert

RGB 194 161 72 -
CMYK 0 0.17 0.63 0.24
HSL 43.77º 0.5% 0.52% -
HSV(B) 43.77º 0.63% 0.76% -
XYZ 36.16 37.43 11.45 -
YUV 160.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 194 161 72 0 0.17 0.63 0.24 43.77 0.5 0.52
Hex C2 A1 48 0 11 3F 18 2C 32 34
Octal 302 241 110 0 21 77 30 54 62 64
Binary 11000010 10100001 1001000 0 10001 111111 11000 101100 110010 110100

Color Harmonies of #C2A148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A148

Black with #C2A148

Text Example


Text Example

White with #C2A148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A148; }

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

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

background-color css

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

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

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

border-color css

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

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

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