Html Css Color HEX #C3555F Mandy

📋 copy color: '#C3555F'

red 195 ◦ green 85 ◦ blue 95

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

Shades of Mandy #C3555F

Tints of Mandy #C3555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 52%
G = 22.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3555F (or 0xC3555F) is known color: Mandy. HEX triplet: C3, 55 and 5F. RGB value is (195,85,95). Sum of RGB (Red+Green+Blue) = 195+85+95=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3555F is #3CAAA0. Grayscale: #777777. Windows color (decimal): -3975841 or 6247875. OLE color: 6247875.

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

Color convert

RGB 195 85 95 -
CMYK 0 0.56 0.51 0.24
HSL 354.55º 0.48% 0.55% -
HSV(B) 354.55º 0.56% 0.76% -
XYZ 27.82 18.93 13.01 -
YUV 119.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 195 85 95 0 0.56 0.51 0.24 354.55 0.48 0.55
Hex C3 55 5F 0 38 33 18 163 30 37
Octal 303 125 137 0 70 63 30 543 60 67
Binary 11000011 1010101 1011111 0 111000 110011 11000 101100011 110000 110111

Color Harmonies of #C3555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3555F

Black with #C3555F

Text Example


Text Example

White with #C3555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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