Html Css Color HEX #C7425B Mandy

📋 copy color: '#C7425B'

red 199 ◦ green 66 ◦ blue 91

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

Shades of Mandy #C7425B

Tints of Mandy #C7425B

RGB

 RED value IS 199 (78.13% from 255) = 55.9%

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

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 55.9%
G = 18.54%
B = 25.56%

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

#C7425B (or 0xC7425B) is known color: Mandy. HEX triplet: C7, 42 and 5B. RGB value is (199,66,91). Sum of RGB (Red+Green+Blue) = 199+66+91=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7425B is #38BDA4. Grayscale: #6C6C6C. Windows color (decimal): -3718565 or 5980871. OLE color: 5980871.

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

Color convert

RGB 199 66 91 -
CMYK 0 0.67 0.54 0.22
HSL 348.72º 0.54% 0.52% -
HSV(B) 348.72º 0.67% 0.78% -
XYZ 27.39 16.79 11.7 -
YUV 108.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 199 66 91 0 0.67 0.54 0.22 348.72 0.54 0.52
Hex C7 42 5B 0 43 36 16 15D 36 34
Octal 307 102 133 0 103 66 26 535 66 64
Binary 11000111 1000010 1011011 0 1000011 110110 10110 101011101 110110 110100

Color Harmonies of #C7425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7425B

Black with #C7425B

Text Example


Text Example

White with #C7425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7425B; }

 p { color: rgb(199,66,91); }

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

background-color css

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

 a { background-color: rgb(199,66,91); }

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

border-color css

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

 span { border-color: rgb(199,66,91); }

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