Html Css Color HEX #C1555D Mandy

📋 copy color: '#C1555D'

red 193 ◦ green 85 ◦ blue 93

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

Shades of Mandy #C1555D

Tints of Mandy #C1555D

RGB

 RED value IS 193 (75.78% from 255) = 52.02%

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 52.02%
G = 22.91%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1555D (or 0xC1555D) is known color: Mandy. HEX triplet: C1, 55 and 5D. RGB value is (193,85,93). Sum of RGB (Red+Green+Blue) = 193+85+93=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1555D is #3EAAA2. Grayscale: #767676. Windows color (decimal): -4106915 or 6116801. OLE color: 6116801.

HSL color Cylindrical-coordinate representation of color #C1555D: hue angle of 355.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1555D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 93 -
CMYK 0 0.56 0.52 0.24
HSL 355.56º 0.47% 0.55% -
HSV(B) 355.56º 0.56% 0.76% -
XYZ 27.22 18.62 12.52 -
YUV 118.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 193 85 93 0 0.56 0.52 0.24 355.56 0.47 0.55
Hex C1 55 5D 0 38 34 18 164 2F 37
Octal 301 125 135 0 70 64 30 544 57 67
Binary 11000001 1010101 1011101 0 111000 110100 11000 101100100 101111 110111

Color Harmonies of #C1555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1555D

Black with #C1555D

Text Example


Text Example

White with #C1555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1555D; }

 p { color: rgb(193,85,93); }

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

background-color css

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

 a { background-color: rgb(193,85,93); }

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

border-color css

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

 span { border-color: rgb(193,85,93); }

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