Html Css Color HEX #CF5362 Mandy

📋 copy color: '#CF5362'

red 207 ◦ green 83 ◦ blue 98

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

Shades of Mandy #CF5362

Tints of Mandy #CF5362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 53.35%
G = 21.39%
B = 25.26%

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

#CF5362 (or 0xCF5362) is known color: Mandy. HEX triplet: CF, 53 and 62. RGB value is (207,83,98). Sum of RGB (Red+Green+Blue) = 207+83+98=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5362 is #30AC9D. Grayscale: #797979. Windows color (decimal): -3189918 or 6443983. OLE color: 6443983.

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

Color convert

RGB 207 83 98 -
CMYK 0 0.60 0.53 0.19
HSL 352.74º 0.56% 0.57% -
HSV(B) 352.74º 0.6% 0.81% -
XYZ 31.03 20.33 13.84 -
YUV 121.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 207 83 98 0 0.60 0.53 0.19 352.74 0.56 0.57
Hex CF 53 62 0 3C 35 13 161 38 39
Octal 317 123 142 0 74 65 23 541 70 71
Binary 11001111 1010011 1100010 0 111100 110101 10011 101100001 111000 111001

Color Harmonies of #CF5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5362

Black with #CF5362

Text Example


Text Example

White with #CF5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5362; }

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

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

background-color css

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

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

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

border-color css

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

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

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