Html Css Color HEX #C35864 Mandy

📋 copy color: '#C35864'

red 195 ◦ green 88 ◦ blue 100

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

Shades of Mandy #C35864

Tints of Mandy #C35864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 50.91%
G = 22.98%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C35864 (or 0xC35864) is known color: Mandy. HEX triplet: C3, 58 and 64. RGB value is (195,88,100). Sum of RGB (Red+Green+Blue) = 195+88+100=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35864 is #3CA79B. Grayscale: #797979. Windows color (decimal): -3975068 or 6576323. OLE color: 6576323.

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

Color convert

RGB 195 88 100 -
CMYK 0 0.55 0.49 0.24
HSL 353.27º 0.47% 0.55% -
HSV(B) 353.27º 0.55% 0.76% -
XYZ 28.3 19.5 14.33 -
YUV 121.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 195 88 100 0 0.55 0.49 0.24 353.27 0.47 0.55
Hex C3 58 64 0 37 31 18 161 2F 37
Octal 303 130 144 0 67 61 30 541 57 67
Binary 11000011 1011000 1100100 0 110111 110001 11000 101100001 101111 110111

Color Harmonies of #C35864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35864

Black with #C35864

Text Example


Text Example

White with #C35864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35864; }

 p { color: rgb(195,88,100); }

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

background-color css

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

 a { background-color: rgb(195,88,100); }

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

border-color css

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

 span { border-color: rgb(195,88,100); }

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