Html Css Color HEX #C55541 Dark Coral

📋 copy color: '#C55541'

red 197 ◦ green 85 ◦ blue 65

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

Shades of Dark Coral #C55541

Tints of Dark Coral #C55541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 56.77%
G = 24.5%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C55541 (or 0xC55541) is known color: Dark Coral. HEX triplet: C5, 55 and 41. RGB value is (197,85,65). Sum of RGB (Red+Green+Blue) = 197+85+65=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C55541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55541 is #3AAABE. Grayscale: #747474. Windows color (decimal): -3844799 or 4281797. OLE color: 4281797.

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

Color convert

RGB 197 85 65 -
CMYK 0 0.57 0.67 0.23
HSL 9.09º 0.53% 0.51% -
HSV(B) 9.09º 0.67% 0.77% -
XYZ 27.23 18.75 7.18 -
YUV 116.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 197 85 65 0 0.57 0.67 0.23 9.09 0.53 0.51
Hex C5 55 41 0 39 43 17 9 35 33
Octal 305 125 101 0 71 103 27 11 65 63
Binary 11000101 1010101 1000001 0 111001 1000011 10111 1001 110101 110011

Color Harmonies of #C55541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55541

Black with #C55541

Text Example


Text Example

White with #C55541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55541; }

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

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

background-color css

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

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

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

border-color css

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

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

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