Html Css Color HEX #CB4058 Mandy

📋 copy color: '#CB4058'

red 203 ◦ green 64 ◦ blue 88

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

Shades of Mandy #CB4058

Tints of Mandy #CB4058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 57.18%
G = 18.03%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB4058 (or 0xCB4058) is known color: Mandy. HEX triplet: CB, 40 and 58. RGB value is (203,64,88). Sum of RGB (Red+Green+Blue) = 203+64+88=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4058 is #34BFA7. Grayscale: #6C6C6C. Windows color (decimal): -3456936 or 5783755. OLE color: 5783755.

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

Color convert

RGB 203 64 88 -
CMYK 0 0.68 0.57 0.20
HSL 349.64º 0.57% 0.52% -
HSV(B) 349.64º 0.68% 0.8% -
XYZ 28.22 17.07 11.04 -
YUV 108.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 203 64 88 0 0.68 0.57 0.20 349.64 0.57 0.52
Hex CB 40 58 0 44 39 14 15E 39 34
Octal 313 100 130 0 104 71 24 536 71 64
Binary 11001011 1000000 1011000 0 1000100 111001 10100 101011110 111001 110100

Color Harmonies of #CB4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4058

Black with #CB4058

Text Example


Text Example

White with #CB4058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4058; }

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

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

background-color css

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

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

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

border-color css

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

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

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