Html Css Color HEX #CF485D Mandy

📋 copy color: '#CF485D'

red 207 ◦ green 72 ◦ blue 93

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

Shades of Mandy #CF485D

Tints of Mandy #CF485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 93 (36.72% from 255) = 25%

R = 55.65%
G = 19.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF485D (or 0xCF485D) is known color: Mandy. HEX triplet: CF, 48 and 5D. RGB value is (207,72,93). Sum of RGB (Red+Green+Blue) = 207+72+93=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF485D is #30B7A2. Grayscale: #727272. Windows color (decimal): -3192739 or 6113487. OLE color: 6113487.

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

Color convert

RGB 207 72 93 -
CMYK 0 0.65 0.55 0.19
HSL 350.67º 0.58% 0.55% -
HSV(B) 350.67º 0.65% 0.81% -
XYZ 30.03 18.69 12.38 -
YUV 114.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 207 72 93 0 0.65 0.55 0.19 350.67 0.58 0.55
Hex CF 48 5D 0 41 37 13 15F 3A 37
Octal 317 110 135 0 101 67 23 537 72 67
Binary 11001111 1001000 1011101 0 1000001 110111 10011 101011111 111010 110111

Color Harmonies of #CF485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF485D

Black with #CF485D

Text Example


Text Example

White with #CF485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF485D; }

 p { color: rgb(207,72,93); }

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

background-color css

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

 a { background-color: rgb(207,72,93); }

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

border-color css

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

 span { border-color: rgb(207,72,93); }

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