Html Css Color HEX #CF515B Mandy

📋 copy color: '#CF515B'

red 207 ◦ green 81 ◦ blue 91

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

Shades of Mandy #CF515B

Tints of Mandy #CF515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 54.62%
G = 21.37%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF515B (or 0xCF515B) is known color: Mandy. HEX triplet: CF, 51 and 5B. RGB value is (207,81,91). Sum of RGB (Red+Green+Blue) = 207+81+91=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF515B is #30AEA4. Grayscale: #777777. Windows color (decimal): -3190437 or 5984719. OLE color: 5984719.

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

Color convert

RGB 207 81 91 -
CMYK 0 0.61 0.56 0.19
HSL 355.24º 0.57% 0.56% -
HSV(B) 355.24º 0.61% 0.81% -
XYZ 30.56 19.91 12.13 -
YUV 119.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 207 81 91 0 0.61 0.56 0.19 355.24 0.57 0.56
Hex CF 51 5B 0 3D 38 13 163 39 38
Octal 317 121 133 0 75 70 23 543 71 70
Binary 11001111 1010001 1011011 0 111101 111000 10011 101100011 111001 111000

Color Harmonies of #CF515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF515B

Black with #CF515B

Text Example


Text Example

White with #CF515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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