Html Css Color HEX #CB5873 Cabaret

📋 copy color: '#CB5873'

red 203 ◦ green 88 ◦ blue 115

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

Shades of Cabaret #CB5873

Tints of Cabaret #CB5873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 50%
G = 21.67%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5873 (or 0xCB5873) is known color: Cabaret. HEX triplet: CB, 58 and 73. RGB value is (203,88,115). Sum of RGB (Red+Green+Blue) = 203+88+115=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5873 is #34A78C. Grayscale: #7D7D7D. Windows color (decimal): -3450765 or 7559371. OLE color: 7559371.

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

Color convert

RGB 203 88 115 -
CMYK 0 0.57 0.43 0.20
HSL 345.91º 0.53% 0.57% -
HSV(B) 345.91º 0.57% 0.8% -
XYZ 31.21 20.91 18.61 -
YUV 125.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 203 88 115 0 0.57 0.43 0.20 345.91 0.53 0.57
Hex CB 58 73 0 39 2B 14 15A 35 39
Octal 313 130 163 0 71 53 24 532 65 71
Binary 11001011 1011000 1110011 0 111001 101011 10100 101011010 110101 111001

Color Harmonies of #CB5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5873

Black with #CB5873

Text Example


Text Example

White with #CB5873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5873; }

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

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

background-color css

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

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

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

border-color css

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

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

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