Html Css Color HEX #CB4655 Mandy

📋 copy color: '#CB4655'

red 203 ◦ green 70 ◦ blue 85

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

Shades of Mandy #CB4655

Tints of Mandy #CB4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.55%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 56.7%
G = 19.55%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB4655 (or 0xCB4655) is known color: Mandy. HEX triplet: CB, 46 and 55. RGB value is (203,70,85). Sum of RGB (Red+Green+Blue) = 203+70+85=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4655 is #34B9AA. Grayscale: #6F6F6F. Windows color (decimal): -3455403 or 5588683. OLE color: 5588683.

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

Color convert

RGB 203 70 85 -
CMYK 0 0.66 0.58 0.20
HSL 353.23º 0.56% 0.54% -
HSV(B) 353.23º 0.66% 0.8% -
XYZ 28.46 17.73 10.52 -
YUV 111.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 203 70 85 0 0.66 0.58 0.20 353.23 0.56 0.54
Hex CB 46 55 0 42 3A 14 161 38 36
Octal 313 106 125 0 102 72 24 541 70 66
Binary 11001011 1000110 1010101 0 1000010 111010 10100 101100001 111000 110110

Color Harmonies of #CB4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4655

Black with #CB4655

Text Example


Text Example

White with #CB4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4655; }

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

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

background-color css

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

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

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

border-color css

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

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

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