Html Css Color HEX #CF5361 Mandy

📋 copy color: '#CF5361'

red 207 ◦ green 83 ◦ blue 97

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

Shades of Mandy #CF5361

Tints of Mandy #CF5361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 53.49%
G = 21.45%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF5361 (or 0xCF5361) is known color: Mandy. HEX triplet: CF, 53 and 61. RGB value is (207,83,97). Sum of RGB (Red+Green+Blue) = 207+83+97=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5361 is #30AC9E. Grayscale: #797979. Windows color (decimal): -3189919 or 6378447. OLE color: 6378447.

HSL color Cylindrical-coordinate representation of color #CF5361: hue angle of 353.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5361 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 97 -
CMYK 0 0.60 0.53 0.19
HSL 353.23º 0.56% 0.57% -
HSV(B) 353.23º 0.6% 0.81% -
XYZ 30.98 20.31 13.6 -
YUV 121.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 207 83 97 0 0.60 0.53 0.19 353.23 0.56 0.57
Hex CF 53 61 0 3C 35 13 161 38 39
Octal 317 123 141 0 74 65 23 541 70 71
Binary 11001111 1010011 1100001 0 111100 110101 10011 101100001 111000 111001

Color Harmonies of #CF5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5361

Black with #CF5361

Text Example


Text Example

White with #CF5361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5361; }

 p { color: rgb(207,83,97); }

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

background-color css

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

 a { background-color: rgb(207,83,97); }

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

border-color css

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

 span { border-color: rgb(207,83,97); }

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