Html Css Color HEX #C55945 Dark Coral

📋 copy color: '#C55945'

red 197 ◦ green 89 ◦ blue 69

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

Shades of Dark Coral #C55945

Tints of Dark Coral #C55945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.07%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 55.49%
G = 25.07%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C55945 (or 0xC55945) is known color: Dark Coral. HEX triplet: C5, 59 and 45. RGB value is (197,89,69). Sum of RGB (Red+Green+Blue) = 197+89+69=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55945 is #3AA6BA. Grayscale: #777777. Windows color (decimal): -3843771 or 4544965. OLE color: 4544965.

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

Color convert

RGB 197 89 69 -
CMYK 0 0.55 0.65 0.23
HSL 9.38º 0.52% 0.52% -
HSV(B) 9.38º 0.65% 0.77% -
XYZ 27.67 19.44 7.92 -
YUV 119.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 197 89 69 0 0.55 0.65 0.23 9.38 0.52 0.52
Hex C5 59 45 0 37 41 17 9 34 34
Octal 305 131 105 0 67 101 27 11 64 64
Binary 11000101 1011001 1000101 0 110111 1000001 10111 1001 110100 110100

Color Harmonies of #C55945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55945

Black with #C55945

Text Example


Text Example

White with #C55945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55945; }

 p { color: rgb(197,89,69); }

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

background-color css

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

 a { background-color: rgb(197,89,69); }

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

border-color css

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

 span { border-color: rgb(197,89,69); }

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