Html Css Color HEX #CF595E Mandy

📋 copy color: '#CF595E'

red 207 ◦ green 89 ◦ blue 94

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

Shades of Mandy #CF595E

Tints of Mandy #CF595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 53.08%
G = 22.82%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF595E (or 0xCF595E) is known color: Mandy. HEX triplet: CF, 59 and 5E. RGB value is (207,89,94). Sum of RGB (Red+Green+Blue) = 207+89+94=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF595E is #30A6A1. Grayscale: #7C7C7C. Windows color (decimal): -3188386 or 6183375. OLE color: 6183375.

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

Color convert

RGB 207 89 94 -
CMYK 0 0.57 0.55 0.19
HSL 357.46º 0.55% 0.58% -
HSV(B) 357.46º 0.57% 0.81% -
XYZ 31.32 21.22 13.03 -
YUV 124.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 207 89 94 0 0.57 0.55 0.19 357.46 0.55 0.58
Hex CF 59 5E 0 39 37 13 165 37 3A
Octal 317 131 136 0 71 67 23 545 67 72
Binary 11001111 1011001 1011110 0 111001 110111 10011 101100101 110111 111010

Color Harmonies of #CF595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF595E

Black with #CF595E

Text Example


Text Example

White with #CF595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF595E; }

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

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

background-color css

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

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

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

border-color css

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

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

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