Html Css Color HEX #CB5662 Mandy

📋 copy color: '#CB5662'

red 203 ◦ green 86 ◦ blue 98

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

Shades of Mandy #CB5662

Tints of Mandy #CB5662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.32%

R = 52.45%
G = 22.22%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB5662 (or 0xCB5662) is known color: Mandy. HEX triplet: CB, 56 and 62. RGB value is (203,86,98). Sum of RGB (Red+Green+Blue) = 203+86+98=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5662 is #34A99D. Grayscale: #7A7A7A. Windows color (decimal): -3451294 or 6444747. OLE color: 6444747.

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

Color convert

RGB 203 86 98 -
CMYK 0 0.58 0.52 0.20
HSL 353.85º 0.53% 0.57% -
HSV(B) 353.85º 0.58% 0.8% -
XYZ 30.16 20.23 13.87 -
YUV 122.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 203 86 98 0 0.58 0.52 0.20 353.85 0.53 0.57
Hex CB 56 62 0 3A 34 14 162 35 39
Octal 313 126 142 0 72 64 24 542 65 71
Binary 11001011 1010110 1100010 0 111010 110100 10100 101100010 110101 111001

Color Harmonies of #CB5662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5662

Black with #CB5662

Text Example


Text Example

White with #CB5662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5662; }

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

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

background-color css

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

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

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

border-color css

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

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

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