Html Css Color HEX #C8425F Mandy

📋 copy color: '#C8425F'

red 200 ◦ green 66 ◦ blue 95

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

Shades of Mandy #C8425F

Tints of Mandy #C8425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 55.4%
G = 18.28%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8425F (or 0xC8425F) is known color: Mandy. HEX triplet: C8, 42 and 5F. RGB value is (200,66,95). Sum of RGB (Red+Green+Blue) = 200+66+95=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8425F is #37BDA0. Grayscale: #6D6D6D. Windows color (decimal): -3653025 or 6243016. OLE color: 6243016.

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

Color convert

RGB 200 66 95 -
CMYK 0 0.67 0.52 0.22
HSL 347.01º 0.55% 0.52% -
HSV(B) 347.01º 0.67% 0.78% -
XYZ 27.83 17 12.64 -
YUV 109.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 200 66 95 0 0.67 0.52 0.22 347.01 0.55 0.52
Hex C8 42 5F 0 43 34 16 15B 37 34
Octal 310 102 137 0 103 64 26 533 67 64
Binary 11001000 1000010 1011111 0 1000011 110100 10110 101011011 110111 110100

Color Harmonies of #C8425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8425F

Black with #C8425F

Text Example


Text Example

White with #C8425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8425F; }

 p { color: rgb(200,66,95); }

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

background-color css

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

 a { background-color: rgb(200,66,95); }

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

border-color css

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

 span { border-color: rgb(200,66,95); }

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