Html Css Color HEX #C55D4E Sunglo

📋 copy color: '#C55D4E'

red 197 ◦ green 93 ◦ blue 78

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

Shades of Sunglo #C55D4E

Tints of Sunglo #C55D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 53.53%
G = 25.27%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C55D4E (or 0xC55D4E) is known color: Sunglo. HEX triplet: C5, 5D and 4E. RGB value is (197,93,78). Sum of RGB (Red+Green+Blue) = 197+93+78=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D4E is #3AA2B1. Grayscale: #7A7A7A. Windows color (decimal): -3842738 or 5135813. OLE color: 5135813.

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

Color convert

RGB 197 93 78 -
CMYK 0 0.53 0.60 0.23
HSL 7.56º 0.51% 0.54% -
HSV(B) 7.56º 0.6% 0.77% -
XYZ 28.32 20.25 9.62 -
YUV 122.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 197 93 78 0 0.53 0.60 0.23 7.56 0.51 0.54
Hex C5 5D 4E 0 35 3C 17 8 33 36
Octal 305 135 116 0 65 74 27 10 63 66
Binary 11000101 1011101 1001110 0 110101 111100 10111 1000 110011 110110

Color Harmonies of #C55D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D4E

Black with #C55D4E

Text Example


Text Example

White with #C55D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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