Html Css Color HEX #CB5E79 Cabaret

📋 copy color: '#CB5E79'

red 203 ◦ green 94 ◦ blue 121

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

Shades of Cabaret #CB5E79

Tints of Cabaret #CB5E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 48.56%
G = 22.49%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB5E79 (or 0xCB5E79) is known color: Cabaret. HEX triplet: CB, 5E and 79. RGB value is (203,94,121). Sum of RGB (Red+Green+Blue) = 203+94+121=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E79 is #34A186. Grayscale: #818181. Windows color (decimal): -3449223 or 7954123. OLE color: 7954123.

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

Color convert

RGB 203 94 121 -
CMYK 0 0.54 0.40 0.20
HSL 345.14º 0.51% 0.58% -
HSV(B) 345.14º 0.54% 0.8% -
XYZ 32.08 22.08 20.66 -
YUV 129.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 203 94 121 0 0.54 0.40 0.20 345.14 0.51 0.58
Hex CB 5E 79 0 36 28 14 159 33 3A
Octal 313 136 171 0 66 50 24 531 63 72
Binary 11001011 1011110 1111001 0 110110 101000 10100 101011001 110011 111010

Color Harmonies of #CB5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E79

Black with #CB5E79

Text Example


Text Example

White with #CB5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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