Html Css Color HEX #C55D42 Dark Coral

📋 copy color: '#C55D42'

red 197 ◦ green 93 ◦ blue 66

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

Shades of Dark Coral #C55D42

Tints of Dark Coral #C55D42

RGB

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

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

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

R = 55.34%
G = 26.12%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C55D42 (or 0xC55D42) is known color: Dark Coral. HEX triplet: C5, 5D and 42. RGB value is (197,93,66). Sum of RGB (Red+Green+Blue) = 197+93+66=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D42 is #3AA2BD. Grayscale: #797979. Windows color (decimal): -3842750 or 4349381. OLE color: 4349381.

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

Color convert

RGB 197 93 66 -
CMYK 0 0.53 0.66 0.23
HSL 12.37º 0.53% 0.52% -
HSV(B) 12.37º 0.66% 0.77% -
XYZ 27.92 20.09 7.56 -
YUV 121.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 197 93 66 0 0.53 0.66 0.23 12.37 0.53 0.52
Hex C5 5D 42 0 35 42 17 C 35 34
Octal 305 135 102 0 65 102 27 14 65 64
Binary 11000101 1011101 1000010 0 110101 1000010 10111 1100 110101 110100

Color Harmonies of #C55D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D42

Black with #C55D42

Text Example


Text Example

White with #C55D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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