Html Css Color HEX #CF465F Mandy

📋 copy color: '#CF465F'

red 207 ◦ green 70 ◦ blue 95

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

Shades of Mandy #CF465F

Tints of Mandy #CF465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.82%

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

R = 55.65%
G = 18.82%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF465F (or 0xCF465F) is known color: Mandy. HEX triplet: CF, 46 and 5F. RGB value is (207,70,95). Sum of RGB (Red+Green+Blue) = 207+70+95=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF465F is #30B9A0. Grayscale: #717171. Windows color (decimal): -3193249 or 6244047. OLE color: 6244047.

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

Color convert

RGB 207 70 95 -
CMYK 0 0.66 0.54 0.19
HSL 349.05º 0.59% 0.54% -
HSV(B) 349.05º 0.66% 0.81% -
XYZ 29.99 18.47 12.81 -
YUV 113.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 207 70 95 0 0.66 0.54 0.19 349.05 0.59 0.54
Hex CF 46 5F 0 42 36 13 15D 3B 36
Octal 317 106 137 0 102 66 23 535 73 66
Binary 11001111 1000110 1011111 0 1000010 110110 10011 101011101 111011 110110

Color Harmonies of #CF465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF465F

Black with #CF465F

Text Example


Text Example

White with #CF465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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