Html Css Color HEX #CB5E6E Cabaret

📋 copy color: '#CB5E6E'

red 203 ◦ green 94 ◦ blue 110

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

Shades of Cabaret #CB5E6E

Tints of Cabaret #CB5E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 49.88%
G = 23.1%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB5E6E (or 0xCB5E6E) is known color: Cabaret. HEX triplet: CB, 5E and 6E. RGB value is (203,94,110). Sum of RGB (Red+Green+Blue) = 203+94+110=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E6E is #34A191. Grayscale: #808080. Windows color (decimal): -3449234 or 7233227. OLE color: 7233227.

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

Color convert

RGB 203 94 110 -
CMYK 0 0.54 0.46 0.20
HSL 351.19º 0.51% 0.58% -
HSV(B) 351.19º 0.54% 0.8% -
XYZ 31.45 21.83 17.31 -
YUV 128.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 203 94 110 0 0.54 0.46 0.20 351.19 0.51 0.58
Hex CB 5E 6E 0 36 2E 14 15F 33 3A
Octal 313 136 156 0 66 56 24 537 63 72
Binary 11001011 1011110 1101110 0 110110 101110 10100 101011111 110011 111010

Color Harmonies of #CB5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E6E

Black with #CB5E6E

Text Example


Text Example

White with #CB5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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