Html Css Color HEX #C84158 Mandy

📋 copy color: '#C84158'

red 200 ◦ green 65 ◦ blue 88

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

Shades of Mandy #C84158

Tints of Mandy #C84158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 56.66%
G = 18.41%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C84158 (or 0xC84158) is known color: Mandy. HEX triplet: C8, 41 and 58. RGB value is (200,65,88). Sum of RGB (Red+Green+Blue) = 200+65+88=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C84158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84158 is #37BEA7. Grayscale: #6C6C6C. Windows color (decimal): -3653288 or 5784008. OLE color: 5784008.

HSL color Cylindrical-coordinate representation of color #C84158: hue angle of 349.78º 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 #C84158 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 88 -
CMYK 0 0.68 0.56 0.22
HSL 349.78º 0.55% 0.52% -
HSV(B) 349.78º 0.68% 0.78% -
XYZ 27.47 16.76 11.02 -
YUV 107.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 200 65 88 0 0.68 0.56 0.22 349.78 0.55 0.52
Hex C8 41 58 0 44 38 16 15E 37 34
Octal 310 101 130 0 104 70 26 536 67 64
Binary 11001000 1000001 1011000 0 1000100 111000 10110 101011110 110111 110100

Color Harmonies of #C84158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84158

Black with #C84158

Text Example


Text Example

White with #C84158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84158; }

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

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

background-color css

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

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

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

border-color css

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

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

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