Html Css Color HEX #CF415F Mandy

📋 copy color: '#CF415F'

red 207 ◦ green 65 ◦ blue 95

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

Shades of Mandy #CF415F

Tints of Mandy #CF415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

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

R = 56.4%
G = 17.71%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF415F (or 0xCF415F) is known color: Mandy. HEX triplet: CF, 41 and 5F. RGB value is (207,65,95). Sum of RGB (Red+Green+Blue) = 207+65+95=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF415F is #30BEA0. Grayscale: #6E6E6E. Windows color (decimal): -3194529 or 6242767. OLE color: 6242767.

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

Color convert

RGB 207 65 95 -
CMYK 0 0.69 0.54 0.19
HSL 347.32º 0.6% 0.53% -
HSV(B) 347.32º 0.69% 0.81% -
XYZ 29.69 17.87 12.71 -
YUV 110.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 207 65 95 0 0.69 0.54 0.19 347.32 0.6 0.53
Hex CF 41 5F 0 45 36 13 15B 3C 35
Octal 317 101 137 0 105 66 23 533 74 65
Binary 11001111 1000001 1011111 0 1000101 110110 10011 101011011 111100 110101

Color Harmonies of #CF415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF415F

Black with #CF415F

Text Example


Text Example

White with #CF415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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