Html Css Color HEX #C8425C Mandy

📋 copy color: '#C8425C'

red 200 ◦ green 66 ◦ blue 92

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

Shades of Mandy #C8425C

Tints of Mandy #C8425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 55.87%
G = 18.44%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8425C (or 0xC8425C) is known color: Mandy. HEX triplet: C8, 42 and 5C. RGB value is (200,66,92). Sum of RGB (Red+Green+Blue) = 200+66+92=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8425C is #37BDA3. Grayscale: #6D6D6D. Windows color (decimal): -3653028 or 6046408. OLE color: 6046408.

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

Color convert

RGB 200 66 92 -
CMYK 0 0.67 0.54 0.22
HSL 348.36º 0.55% 0.52% -
HSV(B) 348.36º 0.67% 0.78% -
XYZ 27.7 16.95 11.94 -
YUV 109.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 200 66 92 0 0.67 0.54 0.22 348.36 0.55 0.52
Hex C8 42 5C 0 43 36 16 15C 37 34
Octal 310 102 134 0 103 66 26 534 67 64
Binary 11001000 1000010 1011100 0 1000011 110110 10110 101011100 110111 110100

Color Harmonies of #C8425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8425C

Black with #C8425C

Text Example


Text Example

White with #C8425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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