Html Css Color HEX #CB5168 Cabaret

📋 copy color: '#CB5168'

red 203 ◦ green 81 ◦ blue 104

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

Shades of Cabaret #CB5168

Tints of Cabaret #CB5168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.88%

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

R = 52.32%
G = 20.88%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB5168 (or 0xCB5168) is known color: Cabaret. HEX triplet: CB, 51 and 68. RGB value is (203,81,104). Sum of RGB (Red+Green+Blue) = 203+81+104=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5168 is #34AE97. Grayscale: #787878. Windows color (decimal): -3452568 or 6836683. OLE color: 6836683.

HSL color Cylindrical-coordinate representation of color #CB5168: hue angle of 348.69º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5168 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 81 104 -
CMYK 0 0.60 0.49 0.20
HSL 348.69º 0.54% 0.56% -
HSV(B) 348.69º 0.6% 0.8% -
XYZ 30.07 19.58 15.29 -
YUV 120.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 203 81 104 0 0.60 0.49 0.20 348.69 0.54 0.56
Hex CB 51 68 0 3C 31 14 15D 36 38
Octal 313 121 150 0 74 61 24 535 66 70
Binary 11001011 1010001 1101000 0 111100 110001 10100 101011101 110110 111000

Color Harmonies of #CB5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5168

Black with #CB5168

Text Example


Text Example

White with #CB5168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5168; }

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

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

background-color css

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

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

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

border-color css

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

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

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