Html Css Color HEX #CB496B Cabaret

📋 copy color: '#CB496B'

red 203 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #CB496B

Tints of Cabaret #CB496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 53%
G = 19.06%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB496B (or 0xCB496B) is known color: Cabaret. HEX triplet: CB, 49 and 6B. RGB value is (203,73,107). Sum of RGB (Red+Green+Blue) = 203+73+107=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB496B is #34B694. Grayscale: #737373. Windows color (decimal): -3454613 or 7031243. OLE color: 7031243.

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

Color convert

RGB 203 73 107 -
CMYK 0 0.64 0.47 0.20
HSL 344.31º 0.56% 0.54% -
HSV(B) 344.31º 0.64% 0.8% -
XYZ 29.66 18.52 15.92 -
YUV 115.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 203 73 107 0 0.64 0.47 0.20 344.31 0.56 0.54
Hex CB 49 6B 0 40 2F 14 158 38 36
Octal 313 111 153 0 100 57 24 530 70 66
Binary 11001011 1001001 1101011 0 1000000 101111 10100 101011000 111000 110110

Color Harmonies of #CB496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB496B

Black with #CB496B

Text Example


Text Example

White with #CB496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB496B; }

 p { color: rgb(203,73,107); }

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

background-color css

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

 a { background-color: rgb(203,73,107); }

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

border-color css

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

 span { border-color: rgb(203,73,107); }

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