Html Css Color HEX #C55341 Dark Coral

📋 copy color: '#C55341'

red 197 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #C55341

Tints of Dark Coral #C55341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 57.1%
G = 24.06%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C55341 (or 0xC55341) is known color: Dark Coral. HEX triplet: C5, 53 and 41. RGB value is (197,83,65). Sum of RGB (Red+Green+Blue) = 197+83+65=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55341 is #3AACBE. Grayscale: #737373. Windows color (decimal): -3845311 or 4281285. OLE color: 4281285.

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

Color convert

RGB 197 83 65 -
CMYK 0 0.58 0.67 0.23
HSL 8.18º 0.53% 0.51% -
HSV(B) 8.18º 0.67% 0.77% -
XYZ 27.07 18.44 7.13 -
YUV 115.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 197 83 65 0 0.58 0.67 0.23 8.18 0.53 0.51
Hex C5 53 41 0 3A 43 17 8 35 33
Octal 305 123 101 0 72 103 27 10 65 63
Binary 11000101 1010011 1000001 0 111010 1000011 10111 1000 110101 110011

Color Harmonies of #C55341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55341

Black with #C55341

Text Example


Text Example

White with #C55341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55341; }

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

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

background-color css

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

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

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

border-color css

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

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

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