Html Css Color HEX #C34158 Mandy

📋 copy color: '#C34158'

red 195 ◦ green 65 ◦ blue 88

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

Shades of Mandy #C34158

Tints of Mandy #C34158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 56.03%
G = 18.68%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C34158 (or 0xC34158) is known color: Mandy. HEX triplet: C3, 41 and 58. RGB value is (195,65,88). Sum of RGB (Red+Green+Blue) = 195+65+88=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34158 is #3CBEA7. Grayscale: #6A6A6A. Windows color (decimal): -3980968 or 5784003. OLE color: 5784003.

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

Color convert

RGB 195 65 88 -
CMYK 0 0.67 0.55 0.24
HSL 349.38º 0.52% 0.51% -
HSV(B) 349.38º 0.67% 0.76% -
XYZ 26.16 16.09 10.96 -
YUV 106.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 195 65 88 0 0.67 0.55 0.24 349.38 0.52 0.51
Hex C3 41 58 0 43 37 18 15D 34 33
Octal 303 101 130 0 103 67 30 535 64 63
Binary 11000011 1000001 1011000 0 1000011 110111 11000 101011101 110100 110011

Color Harmonies of #C34158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34158

Black with #C34158

Text Example


Text Example

White with #C34158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34158; }

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

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

background-color css

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

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

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

border-color css

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

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

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