Html Css Color HEX #CF575A Mandy

📋 copy color: '#CF575A'

red 207 ◦ green 87 ◦ blue 90

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

Shades of Mandy #CF575A

Tints of Mandy #CF575A

RGB

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

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

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

R = 53.91%
G = 22.66%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF575A (or 0xCF575A) is known color: Mandy. HEX triplet: CF, 57 and 5A. RGB value is (207,87,90). Sum of RGB (Red+Green+Blue) = 207+87+90=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF575A is #30A8A5. Grayscale: #7B7B7B. Windows color (decimal): -3188902 or 5920719. OLE color: 5920719.

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

Color convert

RGB 207 87 90 -
CMYK 0 0.58 0.57 0.19
HSL 358.5º 0.56% 0.58% -
HSV(B) 358.5º 0.58% 0.81% -
XYZ 30.99 20.82 12.06 -
YUV 123.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 207 87 90 0 0.58 0.57 0.19 358.5 0.56 0.58
Hex CF 57 5A 0 3A 39 13 166 38 3A
Octal 317 127 132 0 72 71 23 546 70 72
Binary 11001111 1010111 1011010 0 111010 111001 10011 101100110 111000 111010

Color Harmonies of #CF575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF575A

Black with #CF575A

Text Example


Text Example

White with #CF575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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