Html Css Color HEX #CB505D Mandy

📋 copy color: '#CB505D'

red 203 ◦ green 80 ◦ blue 93

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

Shades of Mandy #CB505D

Tints of Mandy #CB505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

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

R = 53.99%
G = 21.28%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB505D (or 0xCB505D) is known color: Mandy. HEX triplet: CB, 50 and 5D. RGB value is (203,80,93). Sum of RGB (Red+Green+Blue) = 203+80+93=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB505D is #34AFA2. Grayscale: #767676. Windows color (decimal): -3452835 or 6115531. OLE color: 6115531.

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

Color convert

RGB 203 80 93 -
CMYK 0 0.61 0.54 0.20
HSL 353.66º 0.54% 0.55% -
HSV(B) 353.66º 0.61% 0.8% -
XYZ 29.47 19.22 12.51 -
YUV 118.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 203 80 93 0 0.61 0.54 0.20 353.66 0.54 0.55
Hex CB 50 5D 0 3D 36 14 162 36 37
Octal 313 120 135 0 75 66 24 542 66 67
Binary 11001011 1010000 1011101 0 111101 110110 10100 101100010 110110 110111

Color Harmonies of #CB505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB505D

Black with #CB505D

Text Example


Text Example

White with #CB505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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