Html Css Color HEX #CB5566 Cabaret

📋 copy color: '#CB5566'

red 203 ◦ green 85 ◦ blue 102

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

Shades of Cabaret #CB5566

Tints of Cabaret #CB5566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

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

R = 52.05%
G = 21.79%
B = 26.15%

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

#CB5566 (or 0xCB5566) is known color: Cabaret. HEX triplet: CB, 55 and 66. RGB value is (203,85,102). Sum of RGB (Red+Green+Blue) = 203+85+102=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5566 is #34AA99. Grayscale: #7A7A7A. Windows color (decimal): -3451546 or 6706635. OLE color: 6706635.

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

Color convert

RGB 203 85 102 -
CMYK 0 0.58 0.50 0.20
HSL 351.36º 0.53% 0.56% -
HSV(B) 351.36º 0.58% 0.8% -
XYZ 30.28 20.15 14.86 -
YUV 122.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 203 85 102 0 0.58 0.50 0.20 351.36 0.53 0.56
Hex CB 55 66 0 3A 32 14 15F 35 38
Octal 313 125 146 0 72 62 24 537 65 70
Binary 11001011 1010101 1100110 0 111010 110010 10100 101011111 110101 111000

Color Harmonies of #CB5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5566

Black with #CB5566

Text Example


Text Example

White with #CB5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5566; }

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

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

background-color css

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

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

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

border-color css

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

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

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