Html Css Color HEX #C3415C Mandy

📋 copy color: '#C3415C'

red 195 ◦ green 65 ◦ blue 92

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

Shades of Mandy #C3415C

Tints of Mandy #C3415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 55.4%
G = 18.47%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3415C (or 0xC3415C) is known color: Mandy. HEX triplet: C3, 41 and 5C. RGB value is (195,65,92). Sum of RGB (Red+Green+Blue) = 195+65+92=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3415C is #3CBEA3. Grayscale: #6A6A6A. Windows color (decimal): -3980964 or 6046147. OLE color: 6046147.

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

Color convert

RGB 195 65 92 -
CMYK 0 0.67 0.53 0.24
HSL 347.54º 0.52% 0.51% -
HSV(B) 347.54º 0.67% 0.76% -
XYZ 26.33 16.16 11.86 -
YUV 106.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 195 65 92 0 0.67 0.53 0.24 347.54 0.52 0.51
Hex C3 41 5C 0 43 35 18 15C 34 33
Octal 303 101 134 0 103 65 30 534 64 63
Binary 11000011 1000001 1011100 0 1000011 110101 11000 101011100 110100 110011

Color Harmonies of #C3415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3415C

Black with #C3415C

Text Example


Text Example

White with #C3415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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