Html Css Color HEX #C55742 Dark Coral

📋 copy color: '#C55742'

red 197 ◦ green 87 ◦ blue 66

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

Shades of Dark Coral #C55742

Tints of Dark Coral #C55742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 56.29%
G = 24.86%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C55742 (or 0xC55742) is known color: Dark Coral. HEX triplet: C5, 57 and 42. RGB value is (197,87,66). Sum of RGB (Red+Green+Blue) = 197+87+66=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55742 is #3AA8BD. Grayscale: #757575. Windows color (decimal): -3844286 or 4347845. OLE color: 4347845.

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

Color convert

RGB 197 87 66 -
CMYK 0 0.56 0.66 0.23
HSL 9.62º 0.53% 0.52% -
HSV(B) 9.62º 0.66% 0.77% -
XYZ 27.42 19.08 7.39 -
YUV 117.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 197 87 66 0 0.56 0.66 0.23 9.62 0.53 0.52
Hex C5 57 42 0 38 42 17 A 35 34
Octal 305 127 102 0 70 102 27 12 65 64
Binary 11000101 1010111 1000010 0 111000 1000010 10111 1010 110101 110100

Color Harmonies of #C55742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55742

Black with #C55742

Text Example


Text Example

White with #C55742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55742; }

 p { color: rgb(197,87,66); }

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

background-color css

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

 a { background-color: rgb(197,87,66); }

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

border-color css

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

 span { border-color: rgb(197,87,66); }

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