Html Css Color HEX #CF595D Mandy

📋 copy color: '#CF595D'

red 207 ◦ green 89 ◦ blue 93

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

Shades of Mandy #CF595D

Tints of Mandy #CF595D

RGB

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

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

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

R = 53.21%
G = 22.88%
B = 23.91%

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

#CF595D (or 0xCF595D) is known color: Mandy. HEX triplet: CF, 59 and 5D. RGB value is (207,89,93). Sum of RGB (Red+Green+Blue) = 207+89+93=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF595D is #30A6A2. Grayscale: #7C7C7C. Windows color (decimal): -3188387 or 6117839. OLE color: 6117839.

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

Color convert

RGB 207 89 93 -
CMYK 0 0.57 0.55 0.19
HSL 357.97º 0.55% 0.58% -
HSV(B) 357.97º 0.57% 0.81% -
XYZ 31.28 21.2 12.8 -
YUV 124.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 207 89 93 0 0.57 0.55 0.19 357.97 0.55 0.58
Hex CF 59 5D 0 39 37 13 166 37 3A
Octal 317 131 135 0 71 67 23 546 67 72
Binary 11001111 1011001 1011101 0 111001 110111 10011 101100110 110111 111010

Color Harmonies of #CF595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF595D

Black with #CF595D

Text Example


Text Example

White with #CF595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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