Html Css Color HEX #C55442 Dark Coral

📋 copy color: '#C55442'

red 197 ◦ green 84 ◦ blue 66

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

Shades of Dark Coral #C55442

Tints of Dark Coral #C55442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

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

R = 56.77%
G = 24.21%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C55442 (or 0xC55442) is known color: Dark Coral. HEX triplet: C5, 54 and 42. RGB value is (197,84,66). Sum of RGB (Red+Green+Blue) = 197+84+66=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C55442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55442 is #3AABBD. Grayscale: #737373. Windows color (decimal): -3845054 or 4347077. OLE color: 4347077.

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

Color convert

RGB 197 84 66 -
CMYK 0 0.57 0.66 0.23
HSL 8.24º 0.53% 0.52% -
HSV(B) 8.24º 0.66% 0.77% -
XYZ 27.18 18.6 7.31 -
YUV 115.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 197 84 66 0 0.57 0.66 0.23 8.24 0.53 0.52
Hex C5 54 42 0 39 42 17 8 35 34
Octal 305 124 102 0 71 102 27 10 65 64
Binary 11000101 1010100 1000010 0 111001 1000010 10111 1000 110101 110100

Color Harmonies of #C55442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55442

Black with #C55442

Text Example


Text Example

White with #C55442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55442; }

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

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

background-color css

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

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

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

border-color css

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

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

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