Html Css Color HEX #C55D41 Dark Coral

📋 copy color: '#C55D41'

red 197 ◦ green 93 ◦ blue 65

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

Shades of Dark Coral #C55D41

Tints of Dark Coral #C55D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

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

R = 55.49%
G = 26.2%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C55D41 (or 0xC55D41) is known color: Dark Coral. HEX triplet: C5, 5D and 41. RGB value is (197,93,65). Sum of RGB (Red+Green+Blue) = 197+93+65=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D41 is #3AA2BE. Grayscale: #797979. Windows color (decimal): -3842751 or 4283845. OLE color: 4283845.

HSL color Cylindrical-coordinate representation of color #C55D41: hue angle of 12.73º 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 #C55D41 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 65 -
CMYK 0 0.53 0.67 0.23
HSL 12.73º 0.53% 0.51% -
HSV(B) 12.73º 0.67% 0.77% -
XYZ 27.89 20.08 7.41 -
YUV 120.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 197 93 65 0 0.53 0.67 0.23 12.73 0.53 0.51
Hex C5 5D 41 0 35 43 17 D 35 33
Octal 305 135 101 0 65 103 27 15 65 63
Binary 11000101 1011101 1000001 0 110101 1000011 10111 1101 110101 110011

Color Harmonies of #C55D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D41

Black with #C55D41

Text Example


Text Example

White with #C55D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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