Html Css Color HEX #CF575D Mandy

📋 copy color: '#CF575D'

red 207 ◦ green 87 ◦ blue 93

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

Shades of Mandy #CF575D

Tints of Mandy #CF575D

RGB

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

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

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

R = 53.49%
G = 22.48%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF575D (or 0xCF575D) is known color: Mandy. HEX triplet: CF, 57 and 5D. RGB value is (207,87,93). Sum of RGB (Red+Green+Blue) = 207+87+93=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF575D is #30A8A2. Grayscale: #7B7B7B. Windows color (decimal): -3188899 or 6117327. OLE color: 6117327.

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

Color convert

RGB 207 87 93 -
CMYK 0 0.58 0.55 0.19
HSL 357º 0.56% 0.58% -
HSV(B) 357º 0.58% 0.81% -
XYZ 31.12 20.87 12.74 -
YUV 123.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 207 87 93 0 0.58 0.55 0.19 357 0.56 0.58
Hex CF 57 5D 0 3A 37 13 165 38 3A
Octal 317 127 135 0 72 67 23 545 70 72
Binary 11001111 1010111 1011101 0 111010 110111 10011 101100101 111000 111010

Color Harmonies of #CF575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF575D

Black with #CF575D

Text Example


Text Example

White with #CF575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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