Html Css Color HEX #CF4755 Mandy

📋 copy color: '#CF4755'

red 207 ◦ green 71 ◦ blue 85

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

Shades of Mandy #CF4755

Tints of Mandy #CF4755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 57.02%
G = 19.56%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF4755 (or 0xCF4755) is known color: Mandy. HEX triplet: CF, 47 and 55. RGB value is (207,71,85). Sum of RGB (Red+Green+Blue) = 207+71+85=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4755 is #30B8AA. Grayscale: #717171. Windows color (decimal): -3193003 or 5588943. OLE color: 5588943.

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

Color convert

RGB 207 71 85 -
CMYK 0 0.66 0.59 0.19
HSL 353.82º 0.59% 0.55% -
HSV(B) 353.82º 0.66% 0.81% -
XYZ 29.63 18.43 10.59 -
YUV 113.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 207 71 85 0 0.66 0.59 0.19 353.82 0.59 0.55
Hex CF 47 55 0 42 3B 13 162 3B 37
Octal 317 107 125 0 102 73 23 542 73 67
Binary 11001111 1000111 1010101 0 1000010 111011 10011 101100010 111011 110111

Color Harmonies of #CF4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4755

Black with #CF4755

Text Example


Text Example

White with #CF4755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4755; }

 p { color: rgb(207,71,85); }

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

background-color css

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

 a { background-color: rgb(207,71,85); }

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

border-color css

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

 span { border-color: rgb(207,71,85); }

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