Html Css Color HEX #CF4E5F Mandy

📋 copy color: '#CF4E5F'

red 207 ◦ green 78 ◦ blue 95

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

Shades of Mandy #CF4E5F

Tints of Mandy #CF4E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.53%

 BLUE value IS 95 (37.5% from 255) = 25%

R = 54.47%
G = 20.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF4E5F (or 0xCF4E5F) is known color: Mandy. HEX triplet: CF, 4E and 5F. RGB value is (207,78,95). Sum of RGB (Red+Green+Blue) = 207+78+95=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E5F is #30B1A0. Grayscale: #767676. Windows color (decimal): -3191201 or 6246095. OLE color: 6246095.

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

Color convert

RGB 207 78 95 -
CMYK 0 0.62 0.54 0.19
HSL 352.09º 0.57% 0.56% -
HSV(B) 352.09º 0.62% 0.81% -
XYZ 30.52 19.54 12.99 -
YUV 118.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 207 78 95 0 0.62 0.54 0.19 352.09 0.57 0.56
Hex CF 4E 5F 0 3E 36 13 160 39 38
Octal 317 116 137 0 76 66 23 540 71 70
Binary 11001111 1001110 1011111 0 111110 110110 10011 101100000 111001 111000

Color Harmonies of #CF4E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E5F

Black with #CF4E5F

Text Example


Text Example

White with #CF4E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E5F; }

 p { color: rgb(207,78,95); }

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

background-color css

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

 a { background-color: rgb(207,78,95); }

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

border-color css

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

 span { border-color: rgb(207,78,95); }

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