Html Css Color HEX #C55F4E Sunglo

📋 copy color: '#C55F4E'

red 197 ◦ green 95 ◦ blue 78

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

Shades of Sunglo #C55F4E

Tints of Sunglo #C55F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.68%

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

R = 53.24%
G = 25.68%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C55F4E (or 0xC55F4E) is known color: Sunglo. HEX triplet: C5, 5F and 4E. RGB value is (197,95,78). Sum of RGB (Red+Green+Blue) = 197+95+78=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F4E is #3AA0B1. Grayscale: #7B7B7B. Windows color (decimal): -3842226 or 5136325. OLE color: 5136325.

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

Color convert

RGB 197 95 78 -
CMYK 0 0.52 0.60 0.23
HSL 8.57º 0.51% 0.54% -
HSV(B) 8.57º 0.6% 0.77% -
XYZ 28.49 20.6 9.68 -
YUV 123.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 197 95 78 0 0.52 0.60 0.23 8.57 0.51 0.54
Hex C5 5F 4E 0 34 3C 17 9 33 36
Octal 305 137 116 0 64 74 27 11 63 66
Binary 11000101 1011111 1001110 0 110100 111100 10111 1001 110011 110110

Color Harmonies of #C55F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F4E

Black with #C55F4E

Text Example


Text Example

White with #C55F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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