Html Css Color HEX #CF595B Mandy

📋 copy color: '#CF595B'

red 207 ◦ green 89 ◦ blue 91

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

Shades of Mandy #CF595B

Tints of Mandy #CF595B

RGB

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

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

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

R = 53.49%
G = 23%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF595B (or 0xCF595B) is known color: Mandy. HEX triplet: CF, 59 and 5B. RGB value is (207,89,91). Sum of RGB (Red+Green+Blue) = 207+89+91=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF595B is #30A6A4. Grayscale: #7C7C7C. Windows color (decimal): -3188389 or 5986767. OLE color: 5986767.

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

Color convert

RGB 207 89 91 -
CMYK 0 0.57 0.56 0.19
HSL 358.98º 0.55% 0.58% -
HSV(B) 358.98º 0.57% 0.81% -
XYZ 31.19 21.17 12.34 -
YUV 124.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 207 89 91 0 0.57 0.56 0.19 358.98 0.55 0.58
Hex CF 59 5B 0 39 38 13 167 37 3A
Octal 317 131 133 0 71 70 23 547 67 72
Binary 11001111 1011001 1011011 0 111001 111000 10011 101100111 110111 111010

Color Harmonies of #CF595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF595B

Black with #CF595B

Text Example


Text Example

White with #CF595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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