Html Css Color HEX #CF4460 Mandy

📋 copy color: '#CF4460'

red 207 ◦ green 68 ◦ blue 96

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

Shades of Mandy #CF4460

Tints of Mandy #CF4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 55.8%
G = 18.33%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF4460 (or 0xCF4460) is known color: Mandy. HEX triplet: CF, 44 and 60. RGB value is (207,68,96). Sum of RGB (Red+Green+Blue) = 207+68+96=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4460 is #30BB9F. Grayscale: #707070. Windows color (decimal): -3193760 or 6309071. OLE color: 6309071.

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

Color convert

RGB 207 68 96 -
CMYK 0 0.67 0.54 0.19
HSL 347.91º 0.59% 0.54% -
HSV(B) 347.91º 0.67% 0.81% -
XYZ 29.91 18.24 13.01 -
YUV 112.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 207 68 96 0 0.67 0.54 0.19 347.91 0.59 0.54
Hex CF 44 60 0 43 36 13 15C 3B 36
Octal 317 104 140 0 103 66 23 534 73 66
Binary 11001111 1000100 1100000 0 1000011 110110 10011 101011100 111011 110110

Color Harmonies of #CF4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4460

Black with #CF4460

Text Example


Text Example

White with #CF4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4460; }

 p { color: rgb(207,68,96); }

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

background-color css

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

 a { background-color: rgb(207,68,96); }

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

border-color css

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

 span { border-color: rgb(207,68,96); }

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