Html Css Color HEX #CF4958 Mandy

📋 copy color: '#CF4958'

red 207 ◦ green 73 ◦ blue 88

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

Shades of Mandy #CF4958

Tints of Mandy #CF4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 56.25%
G = 19.84%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF4958 (or 0xCF4958) is known color: Mandy. HEX triplet: CF, 49 and 58. RGB value is (207,73,88). Sum of RGB (Red+Green+Blue) = 207+73+88=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4958 is #30B6A7. Grayscale: #727272. Windows color (decimal): -3192488 or 5786063. OLE color: 5786063.

HSL color Cylindrical-coordinate representation of color #CF4958: hue angle of 353.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4958 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 88 -
CMYK 0 0.65 0.57 0.19
HSL 353.28º 0.58% 0.55% -
HSV(B) 353.28º 0.65% 0.81% -
XYZ 29.88 18.74 11.27 -
YUV 114.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 207 73 88 0 0.65 0.57 0.19 353.28 0.58 0.55
Hex CF 49 58 0 41 39 13 161 3A 37
Octal 317 111 130 0 101 71 23 541 72 67
Binary 11001111 1001001 1011000 0 1000001 111001 10011 101100001 111010 110111

Color Harmonies of #CF4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4958

Black with #CF4958

Text Example


Text Example

White with #CF4958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4958; }

 p { color: rgb(207,73,88); }

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

background-color css

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

 a { background-color: rgb(207,73,88); }

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

border-color css

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

 span { border-color: rgb(207,73,88); }

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