Html Css Color HEX #CB5568 Cabaret

📋 copy color: '#CB5568'

red 203 ◦ green 85 ◦ blue 104

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

Shades of Cabaret #CB5568

Tints of Cabaret #CB5568

RGB

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

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

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

R = 51.79%
G = 21.68%
B = 26.53%

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

#CB5568 (or 0xCB5568) is known color: Cabaret. HEX triplet: CB, 55 and 68. RGB value is (203,85,104). Sum of RGB (Red+Green+Blue) = 203+85+104=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5568 is #34AA97. Grayscale: #7A7A7A. Windows color (decimal): -3451544 or 6837707. OLE color: 6837707.

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

Color convert

RGB 203 85 104 -
CMYK 0 0.58 0.49 0.20
HSL 350.34º 0.53% 0.56% -
HSV(B) 350.34º 0.58% 0.8% -
XYZ 30.38 20.19 15.39 -
YUV 122.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 203 85 104 0 0.58 0.49 0.20 350.34 0.53 0.56
Hex CB 55 68 0 3A 31 14 15E 35 38
Octal 313 125 150 0 72 61 24 536 65 70
Binary 11001011 1010101 1101000 0 111010 110001 10100 101011110 110101 111000

Color Harmonies of #CB5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5568

Black with #CB5568

Text Example


Text Example

White with #CB5568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5568; }

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

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

background-color css

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

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

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

border-color css

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

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

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