Html Css Color HEX #C8425A Mandy

📋 copy color: '#C8425A'

red 200 ◦ green 66 ◦ blue 90

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

Shades of Mandy #C8425A

Tints of Mandy #C8425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 56.18%
G = 18.54%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8425A (or 0xC8425A) is known color: Mandy. HEX triplet: C8, 42 and 5A. RGB value is (200,66,90). Sum of RGB (Red+Green+Blue) = 200+66+90=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8425A is #37BDA5. Grayscale: #6C6C6C. Windows color (decimal): -3653030 or 5915336. OLE color: 5915336.

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

Color convert

RGB 200 66 90 -
CMYK 0 0.67 0.55 0.22
HSL 349.25º 0.55% 0.52% -
HSV(B) 349.25º 0.67% 0.78% -
XYZ 27.61 16.91 11.48 -
YUV 108.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 200 66 90 0 0.67 0.55 0.22 349.25 0.55 0.52
Hex C8 42 5A 0 43 37 16 15D 37 34
Octal 310 102 132 0 103 67 26 535 67 64
Binary 11001000 1000010 1011010 0 1000011 110111 10110 101011101 110111 110100

Color Harmonies of #C8425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8425A

Black with #C8425A

Text Example


Text Example

White with #C8425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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