Html Css Color HEX #CF565B Mandy

📋 copy color: '#CF565B'

red 207 ◦ green 86 ◦ blue 91

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

Shades of Mandy #CF565B

Tints of Mandy #CF565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 53.91%
G = 22.4%
B = 23.7%

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

#CF565B (or 0xCF565B) is known color: Mandy. HEX triplet: CF, 56 and 5B. RGB value is (207,86,91). Sum of RGB (Red+Green+Blue) = 207+86+91=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF565B is #30A9A4. Grayscale: #7A7A7A. Windows color (decimal): -3189157 or 5985999. OLE color: 5985999.

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

Color convert

RGB 207 86 91 -
CMYK 0 0.58 0.56 0.19
HSL 357.52º 0.56% 0.57% -
HSV(B) 357.52º 0.58% 0.81% -
XYZ 30.95 20.68 12.26 -
YUV 122.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 207 86 91 0 0.58 0.56 0.19 357.52 0.56 0.57
Hex CF 56 5B 0 3A 38 13 166 38 39
Octal 317 126 133 0 72 70 23 546 70 71
Binary 11001111 1010110 1011011 0 111010 111000 10011 101100110 111000 111001

Color Harmonies of #CF565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF565B

Black with #CF565B

Text Example


Text Example

White with #CF565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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