Html Css Color HEX #CF575B Mandy

📋 copy color: '#CF575B'

red 207 ◦ green 87 ◦ blue 91

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

Shades of Mandy #CF575B

Tints of Mandy #CF575B

RGB

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

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

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

R = 53.77%
G = 22.6%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF575B (or 0xCF575B) is known color: Mandy. HEX triplet: CF, 57 and 5B. RGB value is (207,87,91). Sum of RGB (Red+Green+Blue) = 207+87+91=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF575B is #30A8A4. Grayscale: #7B7B7B. Windows color (decimal): -3188901 or 5986255. OLE color: 5986255.

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

Color convert

RGB 207 87 91 -
CMYK 0 0.58 0.56 0.19
HSL 358º 0.56% 0.58% -
HSV(B) 358º 0.58% 0.81% -
XYZ 31.03 20.84 12.28 -
YUV 123.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 207 87 91 0 0.58 0.56 0.19 358 0.56 0.58
Hex CF 57 5B 0 3A 38 13 166 38 3A
Octal 317 127 133 0 72 70 23 546 70 72
Binary 11001111 1010111 1011011 0 111010 111000 10011 101100110 111000 111010

Color Harmonies of #CF575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF575B

Black with #CF575B

Text Example


Text Example

White with #CF575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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