Html Css Color HEX #CB585D Mandy

📋 copy color: '#CB585D'

red 203 ◦ green 88 ◦ blue 93

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

Shades of Mandy #CB585D

Tints of Mandy #CB585D

RGB

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

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

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

R = 52.86%
G = 22.92%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB585D (or 0xCB585D) is known color: Mandy. HEX triplet: CB, 58 and 5D. RGB value is (203,88,93). Sum of RGB (Red+Green+Blue) = 203+88+93=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB585D is #34A7A2. Grayscale: #7B7B7B. Windows color (decimal): -3450787 or 6117579. OLE color: 6117579.

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

Color convert

RGB 203 88 93 -
CMYK 0 0.57 0.54 0.20
HSL 357.39º 0.53% 0.57% -
HSV(B) 357.39º 0.57% 0.8% -
XYZ 30.09 20.47 12.72 -
YUV 122.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 203 88 93 0 0.57 0.54 0.20 357.39 0.53 0.57
Hex CB 58 5D 0 39 36 14 165 35 39
Octal 313 130 135 0 71 66 24 545 65 71
Binary 11001011 1011000 1011101 0 111001 110110 10100 101100101 110101 111001

Color Harmonies of #CB585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB585D

Black with #CB585D

Text Example


Text Example

White with #CB585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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