Html Css Color HEX #CF5262 Mandy

📋 copy color: '#CF5262'

red 207 ◦ green 82 ◦ blue 98

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

Shades of Mandy #CF5262

Tints of Mandy #CF5262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.19%

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

R = 53.49%
G = 21.19%
B = 25.32%

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

#CF5262 (or 0xCF5262) is known color: Mandy. HEX triplet: CF, 52 and 62. RGB value is (207,82,98). Sum of RGB (Red+Green+Blue) = 207+82+98=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5262 is #30AD9D. Grayscale: #797979. Windows color (decimal): -3190174 or 6443727. OLE color: 6443727.

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

Color convert

RGB 207 82 98 -
CMYK 0 0.60 0.53 0.19
HSL 352.32º 0.57% 0.57% -
HSV(B) 352.32º 0.6% 0.81% -
XYZ 30.95 20.18 13.82 -
YUV 121.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 207 82 98 0 0.60 0.53 0.19 352.32 0.57 0.57
Hex CF 52 62 0 3C 35 13 160 39 39
Octal 317 122 142 0 74 65 23 540 71 71
Binary 11001111 1010010 1100010 0 111100 110101 10011 101100000 111001 111001

Color Harmonies of #CF5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5262

Black with #CF5262

Text Example


Text Example

White with #CF5262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5262; }

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

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

background-color css

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

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

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

border-color css

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

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

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