Html Css Color HEX #CB565B Mandy

📋 copy color: '#CB565B'

red 203 ◦ green 86 ◦ blue 91

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

Shades of Mandy #CB565B

Tints of Mandy #CB565B

RGB

 RED value IS 203 (79.69% from 255) = 53.42%

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

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

R = 53.42%
G = 22.63%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB565B (or 0xCB565B) is known color: Mandy. HEX triplet: CB, 56 and 5B. RGB value is (203,86,91). Sum of RGB (Red+Green+Blue) = 203+86+91=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB565B is #34A9A4. Grayscale: #797979. Windows color (decimal): -3451301 or 5985995. OLE color: 5985995.

HSL color Cylindrical-coordinate representation of color #CB565B: hue angle of 357.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB565B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 91 -
CMYK 0 0.58 0.55 0.20
HSL 357.44º 0.53% 0.57% -
HSV(B) 357.44º 0.58% 0.8% -
XYZ 29.84 20.11 12.21 -
YUV 121.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 203 86 91 0 0.58 0.55 0.20 357.44 0.53 0.57
Hex CB 56 5B 0 3A 37 14 165 35 39
Octal 313 126 133 0 72 67 24 545 65 71
Binary 11001011 1010110 1011011 0 111010 110111 10100 101100101 110101 111001

Color Harmonies of #CB565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB565B

Black with #CB565B

Text Example


Text Example

White with #CB565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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