Html Css Color HEX #C3555E Mandy

📋 copy color: '#C3555E'

red 195 ◦ green 85 ◦ blue 94

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

Shades of Mandy #C3555E

Tints of Mandy #C3555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 52.14%
G = 22.73%
B = 25.13%

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

#C3555E (or 0xC3555E) is known color: Mandy. HEX triplet: C3, 55 and 5E. RGB value is (195,85,94). Sum of RGB (Red+Green+Blue) = 195+85+94=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3555E is #3CAAA1. Grayscale: #767676. Windows color (decimal): -3975842 or 6182339. OLE color: 6182339.

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

Color convert

RGB 195 85 94 -
CMYK 0 0.56 0.52 0.24
HSL 355.09º 0.48% 0.55% -
HSV(B) 355.09º 0.56% 0.76% -
XYZ 27.77 18.91 12.78 -
YUV 118.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 195 85 94 0 0.56 0.52 0.24 355.09 0.48 0.55
Hex C3 55 5E 0 38 34 18 163 30 37
Octal 303 125 136 0 70 64 30 543 60 67
Binary 11000011 1010101 1011110 0 111000 110100 11000 101100011 110000 110111

Color Harmonies of #C3555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3555E

Black with #C3555E

Text Example


Text Example

White with #C3555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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