Html Css Color HEX #C8425E Mandy

📋 copy color: '#C8425E'

red 200 ◦ green 66 ◦ blue 94

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

Shades of Mandy #C8425E

Tints of Mandy #C8425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 55.56%
G = 18.33%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8425E (or 0xC8425E) is known color: Mandy. HEX triplet: C8, 42 and 5E. RGB value is (200,66,94). Sum of RGB (Red+Green+Blue) = 200+66+94=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8425E is #37BDA1. Grayscale: #6D6D6D. Windows color (decimal): -3653026 or 6177480. OLE color: 6177480.

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

Color convert

RGB 200 66 94 -
CMYK 0 0.67 0.53 0.22
HSL 347.46º 0.55% 0.52% -
HSV(B) 347.46º 0.67% 0.78% -
XYZ 27.79 16.98 12.4 -
YUV 109.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 200 66 94 0 0.67 0.53 0.22 347.46 0.55 0.52
Hex C8 42 5E 0 43 35 16 15B 37 34
Octal 310 102 136 0 103 65 26 533 67 64
Binary 11001000 1000010 1011110 0 1000011 110101 10110 101011011 110111 110100

Color Harmonies of #C8425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8425E

Black with #C8425E

Text Example


Text Example

White with #C8425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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