Html Css Color HEX #CB5668 Cabaret

📋 copy color: '#CB5668'

red 203 ◦ green 86 ◦ blue 104

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

Shades of Cabaret #CB5668

Tints of Cabaret #CB5668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 51.65%
G = 21.88%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB5668 (or 0xCB5668) is known color: Cabaret. HEX triplet: CB, 56 and 68. RGB value is (203,86,104). Sum of RGB (Red+Green+Blue) = 203+86+104=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5668 is #34A997. Grayscale: #7B7B7B. Windows color (decimal): -3451288 or 6837963. OLE color: 6837963.

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

Color convert

RGB 203 86 104 -
CMYK 0 0.58 0.49 0.20
HSL 350.77º 0.53% 0.57% -
HSV(B) 350.77º 0.58% 0.8% -
XYZ 30.46 20.35 15.42 -
YUV 123.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 203 86 104 0 0.58 0.49 0.20 350.77 0.53 0.57
Hex CB 56 68 0 3A 31 14 15F 35 39
Octal 313 126 150 0 72 61 24 537 65 71
Binary 11001011 1010110 1101000 0 111010 110001 10100 101011111 110101 111001

Color Harmonies of #CB5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5668

Black with #CB5668

Text Example


Text Example

White with #CB5668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5668; }

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

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

background-color css

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

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

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

border-color css

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

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

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