Html Css Color HEX #CF4C5E Mandy

📋 copy color: '#CF4C5E'

red 207 ◦ green 76 ◦ blue 94

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

Shades of Mandy #CF4C5E

Tints of Mandy #CF4C5E

RGB

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

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

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

R = 54.91%
G = 20.16%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF4C5E (or 0xCF4C5E) is known color: Mandy. HEX triplet: CF, 4C and 5E. RGB value is (207,76,94). Sum of RGB (Red+Green+Blue) = 207+76+94=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C5E is #30B3A1. Grayscale: #757575. Windows color (decimal): -3191714 or 6180047. OLE color: 6180047.

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

Color convert

RGB 207 76 94 -
CMYK 0 0.63 0.55 0.19
HSL 351.76º 0.58% 0.55% -
HSV(B) 351.76º 0.63% 0.81% -
XYZ 30.34 19.24 12.7 -
YUV 117.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 207 76 94 0 0.63 0.55 0.19 351.76 0.58 0.55
Hex CF 4C 5E 0 3F 37 13 160 3A 37
Octal 317 114 136 0 77 67 23 540 72 67
Binary 11001111 1001100 1011110 0 111111 110111 10011 101100000 111010 110111

Color Harmonies of #CF4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C5E

Black with #CF4C5E

Text Example


Text Example

White with #CF4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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