Html Css Color HEX #C9415B Mandy

📋 copy color: '#C9415B'

red 201 ◦ green 65 ◦ blue 91

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

Shades of Mandy #C9415B

Tints of Mandy #C9415B

RGB

 RED value IS 201 (78.91% from 255) = 56.3%

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

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

R = 56.3%
G = 18.21%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9415B (or 0xC9415B) is known color: Mandy. HEX triplet: C9, 41 and 5B. RGB value is (201,65,91). Sum of RGB (Red+Green+Blue) = 201+65+91=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9415B is #36BEA4. Grayscale: #6C6C6C. Windows color (decimal): -3587749 or 5980617. OLE color: 5980617.

HSL color Cylindrical-coordinate representation of color #C9415B: hue angle of 348.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9415B is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 91 -
CMYK 0 0.68 0.55 0.21
HSL 348.53º 0.56% 0.52% -
HSV(B) 348.53º 0.68% 0.79% -
XYZ 27.87 16.95 11.7 -
YUV 108.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 201 65 91 0 0.68 0.55 0.21 348.53 0.56 0.52
Hex C9 41 5B 0 44 37 15 15D 38 34
Octal 311 101 133 0 104 67 25 535 70 64
Binary 11001001 1000001 1011011 0 1000100 110111 10101 101011101 111000 110100

Color Harmonies of #C9415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9415B

Black with #C9415B

Text Example


Text Example

White with #C9415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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