Html Css Color HEX #CB4C61 Mandy

📋 copy color: '#CB4C61'

red 203 ◦ green 76 ◦ blue 97

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

Shades of Mandy #CB4C61

Tints of Mandy #CB4C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 97 (38.28% from 255) = 25.8%

R = 53.99%
G = 20.21%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB4C61 (or 0xCB4C61) is known color: Mandy. HEX triplet: CB, 4C and 61. RGB value is (203,76,97). Sum of RGB (Red+Green+Blue) = 203+76+97=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4C61 is #34B39E. Grayscale: #747474. Windows color (decimal): -3453855 or 6376651. OLE color: 6376651.

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

Color convert

RGB 203 76 97 -
CMYK 0 0.63 0.52 0.20
HSL 350.08º 0.55% 0.55% -
HSV(B) 350.08º 0.63% 0.8% -
XYZ 29.37 18.73 13.38 -
YUV 116.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 203 76 97 0 0.63 0.52 0.20 350.08 0.55 0.55
Hex CB 4C 61 0 3F 34 14 15E 37 37
Octal 313 114 141 0 77 64 24 536 67 67
Binary 11001011 1001100 1100001 0 111111 110100 10100 101011110 110111 110111

Color Harmonies of #CB4C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C61

Black with #CB4C61

Text Example


Text Example

White with #CB4C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C61; }

 p { color: rgb(203,76,97); }

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

background-color css

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

 a { background-color: rgb(203,76,97); }

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

border-color css

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

 span { border-color: rgb(203,76,97); }

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