Html Css Color HEX #C8465B Mandy

📋 copy color: '#C8465B'

red 200 ◦ green 70 ◦ blue 91

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

Shades of Mandy #C8465B

Tints of Mandy #C8465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.39%

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

R = 55.4%
G = 19.39%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8465B (or 0xC8465B) is known color: Mandy. HEX triplet: C8, 46 and 5B. RGB value is (200,70,91). Sum of RGB (Red+Green+Blue) = 200+70+91=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8465B is #37B9A4. Grayscale: #6F6F6F. Windows color (decimal): -3652005 or 5981896. OLE color: 5981896.

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

Color convert

RGB 200 70 91 -
CMYK 0 0.65 0.54 0.22
HSL 350.31º 0.54% 0.53% -
HSV(B) 350.31º 0.65% 0.78% -
XYZ 27.9 17.42 11.79 -
YUV 111.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 200 70 91 0 0.65 0.54 0.22 350.31 0.54 0.53
Hex C8 46 5B 0 41 36 16 15E 36 35
Octal 310 106 133 0 101 66 26 536 66 65
Binary 11001000 1000110 1011011 0 1000001 110110 10110 101011110 110110 110101

Color Harmonies of #C8465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8465B

Black with #C8465B

Text Example


Text Example

White with #C8465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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