Html Css Color HEX #C55F51 Sunglo

📋 copy color: '#C55F51'

red 197 ◦ green 95 ◦ blue 81

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

Shades of Sunglo #C55F51

Tints of Sunglo #C55F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.72%

R = 52.82%
G = 25.47%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55F51 (or 0xC55F51) is known color: Sunglo. HEX triplet: C5, 5F and 51. RGB value is (197,95,81). Sum of RGB (Red+Green+Blue) = 197+95+81=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F51 is #3AA0AE. Grayscale: #7C7C7C. Windows color (decimal): -3842223 or 5332933. OLE color: 5332933.

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

Color convert

RGB 197 95 81 -
CMYK 0 0.52 0.59 0.23
HSL 7.24º 0.5% 0.55% -
HSV(B) 7.24º 0.59% 0.77% -
XYZ 28.6 20.65 10.26 -
YUV 123.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 197 95 81 0 0.52 0.59 0.23 7.24 0.5 0.55
Hex C5 5F 51 0 34 3B 17 7 32 37
Octal 305 137 121 0 64 73 27 7 62 67
Binary 11000101 1011111 1010001 0 110100 111011 10111 111 110010 110111

Color Harmonies of #C55F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F51

Black with #C55F51

Text Example


Text Example

White with #C55F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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