Html Css Color HEX #CF595F Mandy

📋 copy color: '#CF595F'

red 207 ◦ green 89 ◦ blue 95

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

Shades of Mandy #CF595F

Tints of Mandy #CF595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

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

R = 52.94%
G = 22.76%
B = 24.3%

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

#CF595F (or 0xCF595F) is known color: Mandy. HEX triplet: CF, 59 and 5F. RGB value is (207,89,95). Sum of RGB (Red+Green+Blue) = 207+89+95=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF595F is #30A6A0. Grayscale: #7D7D7D. Windows color (decimal): -3188385 or 6248911. OLE color: 6248911.

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

Color convert

RGB 207 89 95 -
CMYK 0 0.57 0.54 0.19
HSL 356.95º 0.55% 0.58% -
HSV(B) 356.95º 0.57% 0.81% -
XYZ 31.37 21.24 13.27 -
YUV 124.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 207 89 95 0 0.57 0.54 0.19 356.95 0.55 0.58
Hex CF 59 5F 0 39 36 13 165 37 3A
Octal 317 131 137 0 71 66 23 545 67 72
Binary 11001111 1011001 1011111 0 111001 110110 10011 101100101 110111 111010

Color Harmonies of #CF595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF595F

Black with #CF595F

Text Example


Text Example

White with #CF595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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