Html Css Color HEX #C8415B Mandy

📋 copy color: '#C8415B'

red 200 ◦ green 65 ◦ blue 91

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

Shades of Mandy #C8415B

Tints of Mandy #C8415B

RGB

 RED value IS 200 (78.52% from 255) = 56.18%

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

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

R = 56.18%
G = 18.26%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8415B (or 0xC8415B) is known color: Mandy. HEX triplet: C8, 41 and 5B. RGB value is (200,65,91). Sum of RGB (Red+Green+Blue) = 200+65+91=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8415B is #37BEA4. Grayscale: #6C6C6C. Windows color (decimal): -3653285 or 5980616. OLE color: 5980616.

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

Color convert

RGB 200 65 91 -
CMYK 0 0.68 0.54 0.22
HSL 348.44º 0.55% 0.52% -
HSV(B) 348.44º 0.68% 0.78% -
XYZ 27.6 16.82 11.69 -
YUV 108.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 200 65 91 0 0.68 0.54 0.22 348.44 0.55 0.52
Hex C8 41 5B 0 44 36 16 15C 37 34
Octal 310 101 133 0 104 66 26 534 67 64
Binary 11001000 1000001 1011011 0 1000100 110110 10110 101011100 110111 110100

Color Harmonies of #C8415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8415B

Black with #C8415B

Text Example


Text Example

White with #C8415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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