Html Css Color HEX #C55B41 Dark Coral

📋 copy color: '#C55B41'

red 197 ◦ green 91 ◦ blue 65

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

Shades of Dark Coral #C55B41

Tints of Dark Coral #C55B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 55.81%
G = 25.78%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C55B41 (or 0xC55B41) is known color: Dark Coral. HEX triplet: C5, 5B and 41. RGB value is (197,91,65). Sum of RGB (Red+Green+Blue) = 197+91+65=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B41 is #3AA4BE. Grayscale: #777777. Windows color (decimal): -3843263 or 4283333. OLE color: 4283333.

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

Color convert

RGB 197 91 65 -
CMYK 0 0.54 0.67 0.23
HSL 11.82º 0.53% 0.51% -
HSV(B) 11.82º 0.67% 0.77% -
XYZ 27.72 19.73 7.35 -
YUV 119.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 197 91 65 0 0.54 0.67 0.23 11.82 0.53 0.51
Hex C5 5B 41 0 36 43 17 C 35 33
Octal 305 133 101 0 66 103 27 14 65 63
Binary 11000101 1011011 1000001 0 110110 1000011 10111 1100 110101 110011

Color Harmonies of #C55B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B41

Black with #C55B41

Text Example


Text Example

White with #C55B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B41; }

 p { color: rgb(197,91,65); }

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

background-color css

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

 a { background-color: rgb(197,91,65); }

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

border-color css

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

 span { border-color: rgb(197,91,65); }

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