Html Css Color HEX #CF465E Mandy

📋 copy color: '#CF465E'

red 207 ◦ green 70 ◦ blue 94

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

Shades of Mandy #CF465E

Tints of Mandy #CF465E

RGB

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

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

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

R = 55.8%
G = 18.87%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF465E (or 0xCF465E) is known color: Mandy. HEX triplet: CF, 46 and 5E. RGB value is (207,70,94). Sum of RGB (Red+Green+Blue) = 207+70+94=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF465E is #30B9A1. Grayscale: #717171. Windows color (decimal): -3193250 or 6178511. OLE color: 6178511.

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

Color convert

RGB 207 70 94 -
CMYK 0 0.66 0.55 0.19
HSL 349.49º 0.59% 0.54% -
HSV(B) 349.49º 0.66% 0.81% -
XYZ 29.94 18.45 12.57 -
YUV 113.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 207 70 94 0 0.66 0.55 0.19 349.49 0.59 0.54
Hex CF 46 5E 0 42 37 13 15D 3B 36
Octal 317 106 136 0 102 67 23 535 73 66
Binary 11001111 1000110 1011110 0 1000010 110111 10011 101011101 111011 110110

Color Harmonies of #CF465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF465E

Black with #CF465E

Text Example


Text Example

White with #CF465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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