Html Css Color HEX #CB5473 Cabaret

📋 copy color: '#CB5473'

red 203 ◦ green 84 ◦ blue 115

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

Shades of Cabaret #CB5473

Tints of Cabaret #CB5473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 50.5%
G = 20.9%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5473 (or 0xCB5473) is known color: Cabaret. HEX triplet: CB, 54 and 73. RGB value is (203,84,115). Sum of RGB (Red+Green+Blue) = 203+84+115=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5473 is #34AB8C. Grayscale: #7B7B7B. Windows color (decimal): -3451789 or 7558347. OLE color: 7558347.

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

Color convert

RGB 203 84 115 -
CMYK 0 0.59 0.43 0.20
HSL 344.37º 0.53% 0.56% -
HSV(B) 344.37º 0.59% 0.8% -
XYZ 30.89 20.27 18.5 -
YUV 123.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 203 84 115 0 0.59 0.43 0.20 344.37 0.53 0.56
Hex CB 54 73 0 3B 2B 14 158 35 38
Octal 313 124 163 0 73 53 24 530 65 70
Binary 11001011 1010100 1110011 0 111011 101011 10100 101011000 110101 111000

Color Harmonies of #CB5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5473

Black with #CB5473

Text Example


Text Example

White with #CB5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5473; }

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

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

background-color css

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

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

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

border-color css

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

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

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