Html Css Color HEX #CB5071 Cabaret

📋 copy color: '#CB5071'

red 203 ◦ green 80 ◦ blue 113

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

Shades of Cabaret #CB5071

Tints of Cabaret #CB5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 51.26%
G = 20.2%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5071 (or 0xCB5071) is known color: Cabaret. HEX triplet: CB, 50 and 71. RGB value is (203,80,113). Sum of RGB (Red+Green+Blue) = 203+80+113=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5071 is #34AF8E. Grayscale: #787878. Windows color (decimal): -3452815 or 7426251. OLE color: 7426251.

HSL color Cylindrical-coordinate representation of color #CB5071: hue angle of 343.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5071 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 113 -
CMYK 0 0.61 0.44 0.20
HSL 343.9º 0.54% 0.55% -
HSV(B) 343.9º 0.61% 0.8% -
XYZ 30.48 19.63 17.8 -
YUV 120.54 123.75 186.82 -
System Red Green Blue C M Y K H S L
Decimal 203 80 113 0 0.61 0.44 0.20 343.9 0.54 0.55
Hex CB 50 71 0 3D 2C 14 158 36 37
Octal 313 120 161 0 75 54 24 530 66 67
Binary 11001011 1010000 1110001 0 111101 101100 10100 101011000 110110 110111

Color Harmonies of #CB5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5071

Black with #CB5071

Text Example


Text Example

White with #CB5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5071; }

 p { color: rgb(203,80,113); }

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

background-color css

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

 a { background-color: rgb(203,80,113); }

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

border-color css

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

 span { border-color: rgb(203,80,113); }

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