Html Css Color HEX #CF515D Mandy

📋 copy color: '#CF515D'

red 207 ◦ green 81 ◦ blue 93

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

Shades of Mandy #CF515D

Tints of Mandy #CF515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

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

R = 54.33%
G = 21.26%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF515D (or 0xCF515D) is known color: Mandy. HEX triplet: CF, 51 and 5D. RGB value is (207,81,93). Sum of RGB (Red+Green+Blue) = 207+81+93=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF515D is #30AEA2. Grayscale: #787878. Windows color (decimal): -3190435 or 6115791. OLE color: 6115791.

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

Color convert

RGB 207 81 93 -
CMYK 0 0.61 0.55 0.19
HSL 354.29º 0.57% 0.56% -
HSV(B) 354.29º 0.61% 0.81% -
XYZ 30.65 19.94 12.59 -
YUV 120.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 207 81 93 0 0.61 0.55 0.19 354.29 0.57 0.56
Hex CF 51 5D 0 3D 37 13 162 39 38
Octal 317 121 135 0 75 67 23 542 71 70
Binary 11001111 1010001 1011101 0 111101 110111 10011 101100010 111001 111000

Color Harmonies of #CF515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF515D

Black with #CF515D

Text Example


Text Example

White with #CF515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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