Html Css Color HEX #C55642 Dark Coral

📋 copy color: '#C55642'

red 197 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #C55642

Tints of Dark Coral #C55642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

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

R = 56.45%
G = 24.64%
B = 18.91%

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

#C55642 (or 0xC55642) is known color: Dark Coral. HEX triplet: C5, 56 and 42. RGB value is (197,86,66). Sum of RGB (Red+Green+Blue) = 197+86+66=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C55642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55642 is #3AA9BD. Grayscale: #757575. Windows color (decimal): -3844542 or 4347589. OLE color: 4347589.

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

Color convert

RGB 197 86 66 -
CMYK 0 0.56 0.66 0.23
HSL 9.16º 0.53% 0.52% -
HSV(B) 9.16º 0.66% 0.77% -
XYZ 27.34 18.92 7.37 -
YUV 116.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 197 86 66 0 0.56 0.66 0.23 9.16 0.53 0.52
Hex C5 56 42 0 38 42 17 9 35 34
Octal 305 126 102 0 70 102 27 11 65 64
Binary 11000101 1010110 1000010 0 111000 1000010 10111 1001 110101 110100

Color Harmonies of #C55642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55642

Black with #C55642

Text Example


Text Example

White with #C55642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55642; }

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

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

background-color css

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

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

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

border-color css

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

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

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