Html Css Color HEX #CB5263 Mandy

📋 copy color: '#CB5263'

red 203 ◦ green 82 ◦ blue 99

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

Shades of Mandy #CB5263

Tints of Mandy #CB5263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 52.86%
G = 21.35%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB5263 (or 0xCB5263) is known color: Mandy. HEX triplet: CB, 52 and 63. RGB value is (203,82,99). Sum of RGB (Red+Green+Blue) = 203+82+99=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5263 is #34AD9C. Grayscale: #787878. Windows color (decimal): -3452317 or 6509259. OLE color: 6509259.

HSL color Cylindrical-coordinate representation of color #CB5263: hue angle of 351.57º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5263 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 82 99 -
CMYK 0 0.60 0.51 0.20
HSL 351.57º 0.54% 0.56% -
HSV(B) 351.57º 0.6% 0.8% -
XYZ 29.9 19.63 14.02 -
YUV 120.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 203 82 99 0 0.60 0.51 0.20 351.57 0.54 0.56
Hex CB 52 63 0 3C 33 14 160 36 38
Octal 313 122 143 0 74 63 24 540 66 70
Binary 11001011 1010010 1100011 0 111100 110011 10100 101100000 110110 111000

Color Harmonies of #CB5263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5263

Black with #CB5263

Text Example


Text Example

White with #CB5263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5263; }

 p { color: rgb(203,82,99); }

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

background-color css

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

 a { background-color: rgb(203,82,99); }

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

border-color css

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

 span { border-color: rgb(203,82,99); }

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