Html Css Color HEX #CB5471 Cabaret

📋 copy color: '#CB5471'

red 203 ◦ green 84 ◦ blue 113

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

Shades of Cabaret #CB5471

Tints of Cabaret #CB5471

RGB

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

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

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

R = 50.75%
G = 21%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5471 (or 0xCB5471) is known color: Cabaret. HEX triplet: CB, 54 and 71. RGB value is (203,84,113). Sum of RGB (Red+Green+Blue) = 203+84+113=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5471 is #34AB8E. Grayscale: #7A7A7A. Windows color (decimal): -3451791 or 7427275. OLE color: 7427275.

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

Color convert

RGB 203 84 113 -
CMYK 0 0.59 0.44 0.20
HSL 345.38º 0.53% 0.56% -
HSV(B) 345.38º 0.59% 0.8% -
XYZ 30.78 20.23 17.91 -
YUV 122.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 203 84 113 0 0.59 0.44 0.20 345.38 0.53 0.56
Hex CB 54 71 0 3B 2C 14 159 35 38
Octal 313 124 161 0 73 54 24 531 65 70
Binary 11001011 1010100 1110001 0 111011 101100 10100 101011001 110101 111000

Color Harmonies of #CB5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5471

Black with #CB5471

Text Example


Text Example

White with #CB5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5471; }

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

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

background-color css

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

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

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

border-color css

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

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

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