Html Css Color HEX #CB555D Mandy

📋 copy color: '#CB555D'

red 203 ◦ green 85 ◦ blue 93

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

Shades of Mandy #CB555D

Tints of Mandy #CB555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

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

R = 53.28%
G = 22.31%
B = 24.41%

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

#CB555D (or 0xCB555D) is known color: Mandy. HEX triplet: CB, 55 and 5D. RGB value is (203,85,93). Sum of RGB (Red+Green+Blue) = 203+85+93=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB555D is #34AAA2. Grayscale: #797979. Windows color (decimal): -3451555 or 6116811. OLE color: 6116811.

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

Color convert

RGB 203 85 93 -
CMYK 0 0.58 0.54 0.20
HSL 355.93º 0.53% 0.56% -
HSV(B) 355.93º 0.58% 0.8% -
XYZ 29.85 19.98 12.64 -
YUV 121.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 203 85 93 0 0.58 0.54 0.20 355.93 0.53 0.56
Hex CB 55 5D 0 3A 36 14 164 35 38
Octal 313 125 135 0 72 66 24 544 65 70
Binary 11001011 1010101 1011101 0 111010 110110 10100 101100100 110101 111000

Color Harmonies of #CB555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB555D

Black with #CB555D

Text Example


Text Example

White with #CB555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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