Html Css Color HEX #CB585B Mandy

📋 copy color: '#CB585B'

red 203 ◦ green 88 ◦ blue 91

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

Shades of Mandy #CB585B

Tints of Mandy #CB585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

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

R = 53.14%
G = 23.04%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB585B (or 0xCB585B) is known color: Mandy. HEX triplet: CB, 58 and 5B. RGB value is (203,88,91). Sum of RGB (Red+Green+Blue) = 203+88+91=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB585B is #34A7A4. Grayscale: #7A7A7A. Windows color (decimal): -3450789 or 5986507. OLE color: 5986507.

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

Color convert

RGB 203 88 91 -
CMYK 0 0.57 0.55 0.20
HSL 358.43º 0.53% 0.57% -
HSV(B) 358.43º 0.57% 0.8% -
XYZ 30.01 20.43 12.26 -
YUV 122.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 203 88 91 0 0.57 0.55 0.20 358.43 0.53 0.57
Hex CB 58 5B 0 39 37 14 166 35 39
Octal 313 130 133 0 71 67 24 546 65 71
Binary 11001011 1011000 1011011 0 111001 110111 10100 101100110 110101 111001

Color Harmonies of #CB585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB585B

Black with #CB585B

Text Example


Text Example

White with #CB585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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