Html Css Color HEX #CB5666 Cabaret

📋 copy color: '#CB5666'

red 203 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #CB5666

Tints of Cabaret #CB5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 51.92%
G = 21.99%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB5666 (or 0xCB5666) is known color: Cabaret. HEX triplet: CB, 56 and 66. RGB value is (203,86,102). Sum of RGB (Red+Green+Blue) = 203+86+102=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5666 is #34A999. Grayscale: #7A7A7A. Windows color (decimal): -3451290 or 6706891. OLE color: 6706891.

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

Color convert

RGB 203 86 102 -
CMYK 0 0.58 0.50 0.20
HSL 351.79º 0.53% 0.57% -
HSV(B) 351.79º 0.58% 0.8% -
XYZ 30.35 20.31 14.89 -
YUV 122.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 203 86 102 0 0.58 0.50 0.20 351.79 0.53 0.57
Hex CB 56 66 0 3A 32 14 160 35 39
Octal 313 126 146 0 72 62 24 540 65 71
Binary 11001011 1010110 1100110 0 111010 110010 10100 101100000 110101 111001

Color Harmonies of #CB5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5666

Black with #CB5666

Text Example


Text Example

White with #CB5666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5666; }

 p { color: rgb(203,86,102); }

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

background-color css

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

 a { background-color: rgb(203,86,102); }

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

border-color css

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

 span { border-color: rgb(203,86,102); }

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