Html Css Color HEX #CF5462 Mandy

📋 copy color: '#CF5462'

red 207 ◦ green 84 ◦ blue 98

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

Shades of Mandy #CF5462

Tints of Mandy #CF5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 53.21%
G = 21.59%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF5462 (or 0xCF5462) is known color: Mandy. HEX triplet: CF, 54 and 62. RGB value is (207,84,98). Sum of RGB (Red+Green+Blue) = 207+84+98=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5462 is #30AB9D. Grayscale: #7A7A7A. Windows color (decimal): -3189662 or 6444239. OLE color: 6444239.

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

Color convert

RGB 207 84 98 -
CMYK 0 0.59 0.53 0.19
HSL 353.17º 0.56% 0.57% -
HSV(B) 353.17º 0.59% 0.81% -
XYZ 31.11 20.49 13.87 -
YUV 122.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 207 84 98 0 0.59 0.53 0.19 353.17 0.56 0.57
Hex CF 54 62 0 3B 35 13 161 38 39
Octal 317 124 142 0 73 65 23 541 70 71
Binary 11001111 1010100 1100010 0 111011 110101 10011 101100001 111000 111001

Color Harmonies of #CF5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5462

Black with #CF5462

Text Example


Text Example

White with #CF5462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5462; }

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

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

background-color css

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

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

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

border-color css

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

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

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