Html Css Color HEX #CB5E72 Cabaret

📋 copy color: '#CB5E72'

red 203 ◦ green 94 ◦ blue 114

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

Shades of Cabaret #CB5E72

Tints of Cabaret #CB5E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 49.39%
G = 22.87%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5E72 (or 0xCB5E72) is known color: Cabaret. HEX triplet: CB, 5E and 72. RGB value is (203,94,114). Sum of RGB (Red+Green+Blue) = 203+94+114=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E72 is #34A18D. Grayscale: #808080. Windows color (decimal): -3449230 or 7495371. OLE color: 7495371.

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

Color convert

RGB 203 94 114 -
CMYK 0 0.54 0.44 0.20
HSL 348.99º 0.51% 0.58% -
HSV(B) 348.99º 0.54% 0.8% -
XYZ 31.67 21.92 18.48 -
YUV 128.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 203 94 114 0 0.54 0.44 0.20 348.99 0.51 0.58
Hex CB 5E 72 0 36 2C 14 15D 33 3A
Octal 313 136 162 0 66 54 24 535 63 72
Binary 11001011 1011110 1110010 0 110110 101100 10100 101011101 110011 111010

Color Harmonies of #CB5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E72

Black with #CB5E72

Text Example


Text Example

White with #CB5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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