Html Css Color HEX #CF465D Mandy

📋 copy color: '#CF465D'

red 207 ◦ green 70 ◦ blue 93

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

Shades of Mandy #CF465D

Tints of Mandy #CF465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 55.95%
G = 18.92%
B = 25.14%

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

#CF465D (or 0xCF465D) is known color: Mandy. HEX triplet: CF, 46 and 5D. RGB value is (207,70,93). Sum of RGB (Red+Green+Blue) = 207+70+93=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF465D is #30B9A2. Grayscale: #717171. Windows color (decimal): -3193251 or 6112975. OLE color: 6112975.

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

Color convert

RGB 207 70 93 -
CMYK 0 0.66 0.55 0.19
HSL 349.93º 0.59% 0.54% -
HSV(B) 349.93º 0.66% 0.81% -
XYZ 29.9 18.44 12.34 -
YUV 113.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 207 70 93 0 0.66 0.55 0.19 349.93 0.59 0.54
Hex CF 46 5D 0 42 37 13 15E 3B 36
Octal 317 106 135 0 102 67 23 536 73 66
Binary 11001111 1000110 1011101 0 1000010 110111 10011 101011110 111011 110110

Color Harmonies of #CF465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF465D

Black with #CF465D

Text Example


Text Example

White with #CF465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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