Html Css Color HEX #CB4B60 Mandy

📋 copy color: '#CB4B60'

red 203 ◦ green 75 ◦ blue 96

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

Shades of Mandy #CB4B60

Tints of Mandy #CB4B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 54.28%
G = 20.05%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB4B60 (or 0xCB4B60) is known color: Mandy. HEX triplet: CB, 4B and 60. RGB value is (203,75,96). Sum of RGB (Red+Green+Blue) = 203+75+96=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B60 is #34B49F. Grayscale: #737373. Windows color (decimal): -3454112 or 6310859. OLE color: 6310859.

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

Color convert

RGB 203 75 96 -
CMYK 0 0.63 0.53 0.20
HSL 350.16º 0.55% 0.55% -
HSV(B) 350.16º 0.63% 0.8% -
XYZ 29.26 18.57 13.11 -
YUV 115.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 203 75 96 0 0.63 0.53 0.20 350.16 0.55 0.55
Hex CB 4B 60 0 3F 35 14 15E 37 37
Octal 313 113 140 0 77 65 24 536 67 67
Binary 11001011 1001011 1100000 0 111111 110101 10100 101011110 110111 110111

Color Harmonies of #CB4B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B60

Black with #CB4B60

Text Example


Text Example

White with #CB4B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B60; }

 p { color: rgb(203,75,96); }

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

background-color css

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

 a { background-color: rgb(203,75,96); }

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

border-color css

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

 span { border-color: rgb(203,75,96); }

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