Html Css Color HEX #CB5373 Cabaret

📋 copy color: '#CB5373'

red 203 ◦ green 83 ◦ blue 115

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

Shades of Cabaret #CB5373

Tints of Cabaret #CB5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 50.62%
G = 20.7%
B = 28.68%

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

#CB5373 (or 0xCB5373) is known color: Cabaret. HEX triplet: CB, 53 and 73. RGB value is (203,83,115). Sum of RGB (Red+Green+Blue) = 203+83+115=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5373 is #34AC8C. Grayscale: #7A7A7A. Windows color (decimal): -3452045 or 7558091. OLE color: 7558091.

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

Color convert

RGB 203 83 115 -
CMYK 0 0.59 0.43 0.20
HSL 344º 0.54% 0.56% -
HSV(B) 344º 0.59% 0.8% -
XYZ 30.82 20.12 18.48 -
YUV 122.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 203 83 115 0 0.59 0.43 0.20 344 0.54 0.56
Hex CB 53 73 0 3B 2B 14 158 36 38
Octal 313 123 163 0 73 53 24 530 66 70
Binary 11001011 1010011 1110011 0 111011 101011 10100 101011000 110110 111000

Color Harmonies of #CB5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5373

Black with #CB5373

Text Example


Text Example

White with #CB5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5373; }

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

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

background-color css

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

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

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

border-color css

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

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

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