Html Css Color HEX #CB4E68 Cabaret

📋 copy color: '#CB4E68'

red 203 ◦ green 78 ◦ blue 104

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

Shades of Cabaret #CB4E68

Tints of Cabaret #CB4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

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

R = 52.73%
G = 20.26%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB4E68 (or 0xCB4E68) is known color: Cabaret. HEX triplet: CB, 4E and 68. RGB value is (203,78,104). Sum of RGB (Red+Green+Blue) = 203+78+104=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E68 is #34B197. Grayscale: #767676. Windows color (decimal): -3453336 or 6835915. OLE color: 6835915.

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

Color convert

RGB 203 78 104 -
CMYK 0 0.62 0.49 0.20
HSL 347.52º 0.55% 0.55% -
HSV(B) 347.52º 0.62% 0.8% -
XYZ 29.85 19.14 15.22 -
YUV 118.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 203 78 104 0 0.62 0.49 0.20 347.52 0.55 0.55
Hex CB 4E 68 0 3E 31 14 15C 37 37
Octal 313 116 150 0 76 61 24 534 67 67
Binary 11001011 1001110 1101000 0 111110 110001 10100 101011100 110111 110111

Color Harmonies of #CB4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4E68

Black with #CB4E68

Text Example


Text Example

White with #CB4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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