Html Css Color HEX #CF505F Mandy

📋 copy color: '#CF505F'

red 207 ◦ green 80 ◦ blue 95

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

Shades of Mandy #CF505F

Tints of Mandy #CF505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 54.19%
G = 20.94%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF505F (or 0xCF505F) is known color: Mandy. HEX triplet: CF, 50 and 5F. RGB value is (207,80,95). Sum of RGB (Red+Green+Blue) = 207+80+95=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF505F is #30AFA0. Grayscale: #777777. Windows color (decimal): -3190689 or 6246607. OLE color: 6246607.

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

Color convert

RGB 207 80 95 -
CMYK 0 0.61 0.54 0.19
HSL 352.91º 0.57% 0.56% -
HSV(B) 352.91º 0.61% 0.81% -
XYZ 30.67 19.83 13.04 -
YUV 119.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 207 80 95 0 0.61 0.54 0.19 352.91 0.57 0.56
Hex CF 50 5F 0 3D 36 13 161 39 38
Octal 317 120 137 0 75 66 23 541 71 70
Binary 11001111 1010000 1011111 0 111101 110110 10011 101100001 111001 111000

Color Harmonies of #CF505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF505F

Black with #CF505F

Text Example


Text Example

White with #CF505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF505F; }

 p { color: rgb(207,80,95); }

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

background-color css

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

 a { background-color: rgb(207,80,95); }

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

border-color css

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

 span { border-color: rgb(207,80,95); }

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