Html Css Color HEX #C84058 Mandy

📋 copy color: '#C84058'

red 200 ◦ green 64 ◦ blue 88

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

Shades of Mandy #C84058

Tints of Mandy #C84058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 56.82%
G = 18.18%
B = 25%

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

#C84058 (or 0xC84058) is known color: Mandy. HEX triplet: C8, 40 and 58. RGB value is (200,64,88). Sum of RGB (Red+Green+Blue) = 200+64+88=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C84058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84058 is #37BFA7. Grayscale: #6B6B6B. Windows color (decimal): -3653544 or 5783752. OLE color: 5783752.

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

Color convert

RGB 200 64 88 -
CMYK 0 0.68 0.56 0.22
HSL 349.41º 0.55% 0.52% -
HSV(B) 349.41º 0.68% 0.78% -
XYZ 27.41 16.65 11 -
YUV 107.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 200 64 88 0 0.68 0.56 0.22 349.41 0.55 0.52
Hex C8 40 58 0 44 38 16 15D 37 34
Octal 310 100 130 0 104 70 26 535 67 64
Binary 11001000 1000000 1011000 0 1000100 111000 10110 101011101 110111 110100

Color Harmonies of #C84058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84058

Black with #C84058

Text Example


Text Example

White with #C84058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84058; }

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

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

background-color css

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

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

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

border-color css

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

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

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