Html Css Color HEX #CF575F Mandy

📋 copy color: '#CF575F'

red 207 ◦ green 87 ◦ blue 95

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

Shades of Mandy #CF575F

Tints of Mandy #CF575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.37%

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

R = 53.21%
G = 22.37%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF575F (or 0xCF575F) is known color: Mandy. HEX triplet: CF, 57 and 5F. RGB value is (207,87,95). Sum of RGB (Red+Green+Blue) = 207+87+95=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF575F is #30A8A0. Grayscale: #7B7B7B. Windows color (decimal): -3188897 or 6248399. OLE color: 6248399.

HSL color Cylindrical-coordinate representation of color #CF575F: hue angle of 356º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF575F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 95 -
CMYK 0 0.58 0.54 0.19
HSL 356º 0.56% 0.58% -
HSV(B) 356º 0.58% 0.81% -
XYZ 31.21 20.91 13.22 -
YUV 123.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 207 87 95 0 0.58 0.54 0.19 356 0.56 0.58
Hex CF 57 5F 0 3A 36 13 164 38 3A
Octal 317 127 137 0 72 66 23 544 70 72
Binary 11001111 1010111 1011111 0 111010 110110 10011 101100100 111000 111010

Color Harmonies of #CF575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF575F

Black with #CF575F

Text Example


Text Example

White with #CF575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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