Html Css Color HEX #CF4E5E Mandy

📋 copy color: '#CF4E5E'

red 207 ◦ green 78 ◦ blue 94

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

Shades of Mandy #CF4E5E

Tints of Mandy #CF4E5E

RGB

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

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

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

R = 54.62%
G = 20.58%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF4E5E (or 0xCF4E5E) is known color: Mandy. HEX triplet: CF, 4E and 5E. RGB value is (207,78,94). Sum of RGB (Red+Green+Blue) = 207+78+94=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E5E is #30B1A1. Grayscale: #767676. Windows color (decimal): -3191202 or 6180559. OLE color: 6180559.

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

Color convert

RGB 207 78 94 -
CMYK 0 0.62 0.55 0.19
HSL 352.56º 0.57% 0.56% -
HSV(B) 352.56º 0.62% 0.81% -
XYZ 30.48 19.52 12.75 -
YUV 118.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 207 78 94 0 0.62 0.55 0.19 352.56 0.57 0.56
Hex CF 4E 5E 0 3E 37 13 161 39 38
Octal 317 116 136 0 76 67 23 541 71 70
Binary 11001111 1001110 1011110 0 111110 110111 10011 101100001 111001 111000

Color Harmonies of #CF4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E5E

Black with #CF4E5E

Text Example


Text Example

White with #CF4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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