Html Css Color HEX #CB565D Mandy

📋 copy color: '#CB565D'

red 203 ◦ green 86 ◦ blue 93

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

Shades of Mandy #CB565D

Tints of Mandy #CB565D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 53.14%
G = 22.51%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB565D (or 0xCB565D) is known color: Mandy. HEX triplet: CB, 56 and 5D. RGB value is (203,86,93). Sum of RGB (Red+Green+Blue) = 203+86+93=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB565D is #34A9A2. Grayscale: #797979. Windows color (decimal): -3451299 or 6117067. OLE color: 6117067.

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

Color convert

RGB 203 86 93 -
CMYK 0 0.58 0.54 0.20
HSL 356.41º 0.53% 0.57% -
HSV(B) 356.41º 0.58% 0.8% -
XYZ 29.93 20.14 12.67 -
YUV 121.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 203 86 93 0 0.58 0.54 0.20 356.41 0.53 0.57
Hex CB 56 5D 0 3A 36 14 164 35 39
Octal 313 126 135 0 72 66 24 544 65 71
Binary 11001011 1010110 1011101 0 111010 110110 10100 101100100 110101 111001

Color Harmonies of #CB565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB565D

Black with #CB565D

Text Example


Text Example

White with #CB565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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