Html Css Color HEX #CF425E Mandy

📋 copy color: '#CF425E'

red 207 ◦ green 66 ◦ blue 94

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

Shades of Mandy #CF425E

Tints of Mandy #CF425E

RGB

 RED value IS 207 (81.25% from 255) = 56.4%

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

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

R = 56.4%
G = 17.98%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF425E (or 0xCF425E) is known color: Mandy. HEX triplet: CF, 42 and 5E. RGB value is (207,66,94). Sum of RGB (Red+Green+Blue) = 207+66+94=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF425E is #30BDA1. Grayscale: #6F6F6F. Windows color (decimal): -3194274 or 6177487. OLE color: 6177487.

HSL color Cylindrical-coordinate representation of color #CF425E: hue angle of 348.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF425E is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 94 -
CMYK 0 0.68 0.55 0.19
HSL 348.09º 0.59% 0.54% -
HSV(B) 348.09º 0.68% 0.81% -
XYZ 29.7 17.97 12.49 -
YUV 111.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 207 66 94 0 0.68 0.55 0.19 348.09 0.59 0.54
Hex CF 42 5E 0 44 37 13 15C 3B 36
Octal 317 102 136 0 104 67 23 534 73 66
Binary 11001111 1000010 1011110 0 1000100 110111 10011 101011100 111011 110110

Color Harmonies of #CF425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF425E

Black with #CF425E

Text Example


Text Example

White with #CF425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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