Html Css Color HEX #CB5E68 Cabaret

📋 copy color: '#CB5E68'

red 203 ◦ green 94 ◦ blue 104

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

Shades of Cabaret #CB5E68

Tints of Cabaret #CB5E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

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

R = 50.62%
G = 23.44%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB5E68 (or 0xCB5E68) is known color: Cabaret. HEX triplet: CB, 5E and 68. RGB value is (203,94,104). Sum of RGB (Red+Green+Blue) = 203+94+104=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E68 is #34A197. Grayscale: #7F7F7F. Windows color (decimal): -3449240 or 6840011. OLE color: 6840011.

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

Color convert

RGB 203 94 104 -
CMYK 0 0.54 0.49 0.20
HSL 354.5º 0.51% 0.58% -
HSV(B) 354.5º 0.54% 0.8% -
XYZ 31.13 21.7 15.64 -
YUV 127.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 203 94 104 0 0.54 0.49 0.20 354.5 0.51 0.58
Hex CB 5E 68 0 36 31 14 162 33 3A
Octal 313 136 150 0 66 61 24 542 63 72
Binary 11001011 1011110 1101000 0 110110 110001 10100 101100010 110011 111010

Color Harmonies of #CB5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E68

Black with #CB5E68

Text Example


Text Example

White with #CB5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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