Html Css Color HEX #C1A546 Sundance

📋 copy color: '#C1A546'

red 193 ◦ green 165 ◦ blue 70

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

Shades of Sundance #C1A546

Tints of Sundance #C1A546

RGB

 RED value IS 193 (75.78% from 255) = 45.09%

 GREEN value IS 165 (64.84% from 255) = 38.55%

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 45.09%
G = 38.55%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C1A546 (or 0xC1A546) is known color: Sundance. HEX triplet: C1, A5 and 46. RGB value is (193,165,70). Sum of RGB (Red+Green+Blue) = 193+165+70=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A546 is #3E5AB9. Grayscale: #A2A2A2. Windows color (decimal): -4086458 or 4629953. OLE color: 4629953.

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

Color convert

RGB 193 165 70 -
CMYK 0 0.15 0.64 0.24
HSL 46.34º 0.5% 0.52% -
HSV(B) 46.34º 0.64% 0.76% -
XYZ 36.55 38.69 11.34 -
YUV 162.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 193 165 70 0 0.15 0.64 0.24 46.34 0.5 0.52
Hex C1 A5 46 0 F 40 18 2E 32 34
Octal 301 245 106 0 17 100 30 56 62 64
Binary 11000001 10100101 1000110 0 1111 1000000 11000 101110 110010 110100

Color Harmonies of #C1A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A546

Black with #C1A546

Text Example


Text Example

White with #C1A546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A546; }

 p { color: rgb(193,165,70); }

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

background-color css

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

 a { background-color: rgb(193,165,70); }

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

border-color css

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

 span { border-color: rgb(193,165,70); }

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