Html Css Color HEX #CF595A Mandy

📋 copy color: '#CF595A'

red 207 ◦ green 89 ◦ blue 90

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

Shades of Mandy #CF595A

Tints of Mandy #CF595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 53.63%
G = 23.06%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF595A (or 0xCF595A) is known color: Mandy. HEX triplet: CF, 59 and 5A. RGB value is (207,89,90). Sum of RGB (Red+Green+Blue) = 207+89+90=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF595A is #30A6A5. Grayscale: #7C7C7C. Windows color (decimal): -3188390 or 5921231. OLE color: 5921231.

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

Color convert

RGB 207 89 90 -
CMYK 0 0.57 0.57 0.19
HSL 359.49º 0.55% 0.58% -
HSV(B) 359.49º 0.57% 0.81% -
XYZ 31.15 21.15 12.11 -
YUV 124.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 207 89 90 0 0.57 0.57 0.19 359.49 0.55 0.58
Hex CF 59 5A 0 39 39 13 167 37 3A
Octal 317 131 132 0 71 71 23 547 67 72
Binary 11001111 1011001 1011010 0 111001 111001 10011 101100111 110111 111010

Color Harmonies of #CF595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF595A

Black with #CF595A

Text Example


Text Example

White with #CF595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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