Html Css Color HEX #CB5058 Mandy

📋 copy color: '#CB5058'

red 203 ◦ green 80 ◦ blue 88

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

Shades of Mandy #CB5058

Tints of Mandy #CB5058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 54.72%
G = 21.56%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB5058 (or 0xCB5058) is known color: Mandy. HEX triplet: CB, 50 and 58. RGB value is (203,80,88). Sum of RGB (Red+Green+Blue) = 203+80+88=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5058 is #34AFA7. Grayscale: #757575. Windows color (decimal): -3452840 or 5787851. OLE color: 5787851.

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

Color convert

RGB 203 80 88 -
CMYK 0 0.61 0.57 0.20
HSL 356.1º 0.54% 0.55% -
HSV(B) 356.1º 0.61% 0.8% -
XYZ 29.26 19.14 11.38 -
YUV 117.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 203 80 88 0 0.61 0.57 0.20 356.1 0.54 0.55
Hex CB 50 58 0 3D 39 14 164 36 37
Octal 313 120 130 0 75 71 24 544 66 67
Binary 11001011 1010000 1011000 0 111101 111001 10100 101100100 110110 110111

Color Harmonies of #CB5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5058

Black with #CB5058

Text Example


Text Example

White with #CB5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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