Html Css Color HEX #C3555D Mandy

📋 copy color: '#C3555D'

red 195 ◦ green 85 ◦ blue 93

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

Shades of Mandy #C3555D

Tints of Mandy #C3555D

RGB

 RED value IS 195 (76.56% from 255) = 52.28%

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

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

R = 52.28%
G = 22.79%
B = 24.93%

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

#C3555D (or 0xC3555D) is known color: Mandy. HEX triplet: C3, 55 and 5D. RGB value is (195,85,93). Sum of RGB (Red+Green+Blue) = 195+85+93=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3555D is #3CAAA2. Grayscale: #767676. Windows color (decimal): -3975843 or 6116803. OLE color: 6116803.

HSL color Cylindrical-coordinate representation of color #C3555D: hue angle of 355.64º degrees, saturation: 0.48, 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 #C3555D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 93 -
CMYK 0 0.56 0.52 0.24
HSL 355.64º 0.48% 0.55% -
HSV(B) 355.64º 0.56% 0.76% -
XYZ 27.73 18.89 12.54 -
YUV 118.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 195 85 93 0 0.56 0.52 0.24 355.64 0.48 0.55
Hex C3 55 5D 0 38 34 18 164 30 37
Octal 303 125 135 0 70 64 30 544 60 67
Binary 11000011 1010101 1011101 0 111000 110100 11000 101100100 110000 110111

Color Harmonies of #C3555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3555D

Black with #C3555D

Text Example


Text Example

White with #C3555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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