Html Css Color HEX #CB5E6C Cabaret

📋 copy color: '#CB5E6C'

red 203 ◦ green 94 ◦ blue 108

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

Shades of Cabaret #CB5E6C

Tints of Cabaret #CB5E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 50.12%
G = 23.21%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB5E6C (or 0xCB5E6C) is known color: Cabaret. HEX triplet: CB, 5E and 6C. RGB value is (203,94,108). Sum of RGB (Red+Green+Blue) = 203+94+108=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E6C is #34A193. Grayscale: #808080. Windows color (decimal): -3449236 or 7102155. OLE color: 7102155.

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

Color convert

RGB 203 94 108 -
CMYK 0 0.54 0.47 0.20
HSL 352.29º 0.51% 0.58% -
HSV(B) 352.29º 0.54% 0.8% -
XYZ 31.34 21.78 16.74 -
YUV 128.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 203 94 108 0 0.54 0.47 0.20 352.29 0.51 0.58
Hex CB 5E 6C 0 36 2F 14 160 33 3A
Octal 313 136 154 0 66 57 24 540 63 72
Binary 11001011 1011110 1101100 0 110110 101111 10100 101100000 110011 111010

Color Harmonies of #CB5E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E6C

Black with #CB5E6C

Text Example


Text Example

White with #CB5E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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