Html Css Color HEX #CB5371 Cabaret

📋 copy color: '#CB5371'

red 203 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #CB5371

Tints of Cabaret #CB5371

RGB

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

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

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

R = 50.88%
G = 20.8%
B = 28.32%

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

#CB5371 (or 0xCB5371) is known color: Cabaret. HEX triplet: CB, 53 and 71. RGB value is (203,83,113). Sum of RGB (Red+Green+Blue) = 203+83+113=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5371 is #34AC8E. Grayscale: #7A7A7A. Windows color (decimal): -3452047 or 7427019. OLE color: 7427019.

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

Color convert

RGB 203 83 113 -
CMYK 0 0.59 0.44 0.20
HSL 345º 0.54% 0.56% -
HSV(B) 345º 0.59% 0.8% -
XYZ 30.7 20.08 17.88 -
YUV 122.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 203 83 113 0 0.59 0.44 0.20 345 0.54 0.56
Hex CB 53 71 0 3B 2C 14 159 36 38
Octal 313 123 161 0 73 54 24 531 66 70
Binary 11001011 1010011 1110001 0 111011 101100 10100 101011001 110110 111000

Color Harmonies of #CB5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5371

Black with #CB5371

Text Example


Text Example

White with #CB5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5371; }

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

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

background-color css

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

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

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

border-color css

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

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

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