Html Css Color HEX #C55346 Sunset

📋 copy color: '#C55346'

red 197 ◦ green 83 ◦ blue 70

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

Shades of Sunset #C55346

Tints of Sunset #C55346

RGB

 RED value IS 197 (77.34% from 255) = 56.29%

 GREEN value IS 83 (32.81% from 255) = 23.71%

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

R = 56.29%
G = 23.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C55346 (or 0xC55346) is known color: Sunset. HEX triplet: C5, 53 and 46. RGB value is (197,83,70). Sum of RGB (Red+Green+Blue) = 197+83+70=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55346 is #3AACB9. Grayscale: #737373. Windows color (decimal): -3845306 or 4608965. OLE color: 4608965.

HSL color Cylindrical-coordinate representation of color #C55346: hue angle of 6.14º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55346 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 83 70 -
CMYK 0 0.58 0.64 0.23
HSL 6.14º 0.52% 0.52% -
HSV(B) 6.14º 0.64% 0.77% -
XYZ 27.22 18.5 7.93 -
YUV 115.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 197 83 70 0 0.58 0.64 0.23 6.14 0.52 0.52
Hex C5 53 46 0 3A 40 17 6 34 34
Octal 305 123 106 0 72 100 27 6 64 64
Binary 11000101 1010011 1000110 0 111010 1000000 10111 110 110100 110100

Color Harmonies of #C55346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55346

Black with #C55346

Text Example


Text Example

White with #C55346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55346; }

 p { color: rgb(197,83,70); }

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

background-color css

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

 a { background-color: rgb(197,83,70); }

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

border-color css

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

 span { border-color: rgb(197,83,70); }

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