Html Css Color HEX #CF5B5E Mandy

📋 copy color: '#CF5B5E'

red 207 ◦ green 91 ◦ blue 94

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

Shades of Mandy #CF5B5E

Tints of Mandy #CF5B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 94 (37.11% from 255) = 23.98%

R = 52.81%
G = 23.21%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF5B5E (or 0xCF5B5E) is known color: Mandy. HEX triplet: CF, 5B and 5E. RGB value is (207,91,94). Sum of RGB (Red+Green+Blue) = 207+91+94=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B5E is #30A4A1. Grayscale: #7E7E7E. Windows color (decimal): -3187874 or 6183887. OLE color: 6183887.

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

Color convert

RGB 207 91 94 -
CMYK 0 0.56 0.55 0.19
HSL 358.45º 0.55% 0.58% -
HSV(B) 358.45º 0.56% 0.81% -
XYZ 31.49 21.56 13.09 -
YUV 126.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 207 91 94 0 0.56 0.55 0.19 358.45 0.55 0.58
Hex CF 5B 5E 0 38 37 13 166 37 3A
Octal 317 133 136 0 70 67 23 546 67 72
Binary 11001111 1011011 1011110 0 111000 110111 10011 101100110 110111 111010

Color Harmonies of #CF5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B5E

Black with #CF5B5E

Text Example


Text Example

White with #CF5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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