Html Css Color HEX #CF585F Mandy

📋 copy color: '#CF585F'

red 207 ◦ green 88 ◦ blue 95

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

Shades of Mandy #CF585F

Tints of Mandy #CF585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

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

R = 53.08%
G = 22.56%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF585F (or 0xCF585F) is known color: Mandy. HEX triplet: CF, 58 and 5F. RGB value is (207,88,95). Sum of RGB (Red+Green+Blue) = 207+88+95=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF585F is #30A7A0. Grayscale: #7C7C7C. Windows color (decimal): -3188641 or 6248655. OLE color: 6248655.

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

Color convert

RGB 207 88 95 -
CMYK 0 0.57 0.54 0.19
HSL 356.47º 0.55% 0.58% -
HSV(B) 356.47º 0.57% 0.81% -
XYZ 31.29 21.07 13.24 -
YUV 124.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 207 88 95 0 0.57 0.54 0.19 356.47 0.55 0.58
Hex CF 58 5F 0 39 36 13 164 37 3A
Octal 317 130 137 0 71 66 23 544 67 72
Binary 11001111 1011000 1011111 0 111001 110110 10011 101100100 110111 111010

Color Harmonies of #CF585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF585F

Black with #CF585F

Text Example


Text Example

White with #CF585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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