Html Css Color HEX #CB5461 Mandy

📋 copy color: '#CB5461'

red 203 ◦ green 84 ◦ blue 97

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

Shades of Mandy #CB5461

Tints of Mandy #CB5461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

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

R = 52.86%
G = 21.88%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB5461 (or 0xCB5461) is known color: Mandy. HEX triplet: CB, 54 and 61. RGB value is (203,84,97). Sum of RGB (Red+Green+Blue) = 203+84+97=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5461 is #34AB9E. Grayscale: #797979. Windows color (decimal): -3451807 or 6378699. OLE color: 6378699.

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

Color convert

RGB 203 84 97 -
CMYK 0 0.59 0.52 0.20
HSL 353.45º 0.53% 0.56% -
HSV(B) 353.45º 0.59% 0.8% -
XYZ 29.96 19.9 13.57 -
YUV 121.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 203 84 97 0 0.59 0.52 0.20 353.45 0.53 0.56
Hex CB 54 61 0 3B 34 14 161 35 38
Octal 313 124 141 0 73 64 24 541 65 70
Binary 11001011 1010100 1100001 0 111011 110100 10100 101100001 110101 111000

Color Harmonies of #CB5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5461

Black with #CB5461

Text Example


Text Example

White with #CB5461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5461; }

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

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

background-color css

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

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

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

border-color css

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

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

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