Html Css Color HEX #CF4C58 Mandy

📋 copy color: '#CF4C58'

red 207 ◦ green 76 ◦ blue 88

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

Shades of Mandy #CF4C58

Tints of Mandy #CF4C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 55.8%
G = 20.49%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF4C58 (or 0xCF4C58) is known color: Mandy. HEX triplet: CF, 4C and 58. RGB value is (207,76,88). Sum of RGB (Red+Green+Blue) = 207+76+88=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C58 is #30B3A7. Grayscale: #747474. Windows color (decimal): -3191720 or 5786831. OLE color: 5786831.

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

Color convert

RGB 207 76 88 -
CMYK 0 0.63 0.57 0.19
HSL 354.5º 0.58% 0.55% -
HSV(B) 354.5º 0.63% 0.81% -
XYZ 30.08 19.14 11.34 -
YUV 116.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 207 76 88 0 0.63 0.57 0.19 354.5 0.58 0.55
Hex CF 4C 58 0 3F 39 13 163 3A 37
Octal 317 114 130 0 77 71 23 543 72 67
Binary 11001111 1001100 1011000 0 111111 111001 10011 101100011 111010 110111

Color Harmonies of #CF4C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C58

Black with #CF4C58

Text Example


Text Example

White with #CF4C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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