Html Css Color HEX #C3415B Mandy

📋 copy color: '#C3415B'

red 195 ◦ green 65 ◦ blue 91

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

Shades of Mandy #C3415B

Tints of Mandy #C3415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 55.56%
G = 18.52%
B = 25.93%

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

#C3415B (or 0xC3415B) is known color: Mandy. HEX triplet: C3, 41 and 5B. RGB value is (195,65,91). Sum of RGB (Red+Green+Blue) = 195+65+91=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3415B is #3CBEA4. Grayscale: #6A6A6A. Windows color (decimal): -3980965 or 5980611. OLE color: 5980611.

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

Color convert

RGB 195 65 91 -
CMYK 0 0.67 0.53 0.24
HSL 348º 0.52% 0.51% -
HSV(B) 348º 0.67% 0.76% -
XYZ 26.28 16.14 11.63 -
YUV 106.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 195 65 91 0 0.67 0.53 0.24 348 0.52 0.51
Hex C3 41 5B 0 43 35 18 15C 34 33
Octal 303 101 133 0 103 65 30 534 64 63
Binary 11000011 1000001 1011011 0 1000011 110101 11000 101011100 110100 110011

Color Harmonies of #C3415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3415B

Black with #C3415B

Text Example


Text Example

White with #C3415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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