Html Css Color HEX #CB496A Cabaret

📋 copy color: '#CB496A'

red 203 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #CB496A

Tints of Cabaret #CB496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 53.14%
G = 19.11%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB496A (or 0xCB496A) is known color: Cabaret. HEX triplet: CB, 49 and 6A. RGB value is (203,73,106). Sum of RGB (Red+Green+Blue) = 203+73+106=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB496A is #34B695. Grayscale: #737373. Windows color (decimal): -3454614 or 6965707. OLE color: 6965707.

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

Color convert

RGB 203 73 106 -
CMYK 0 0.64 0.48 0.20
HSL 344.77º 0.56% 0.54% -
HSV(B) 344.77º 0.64% 0.8% -
XYZ 29.61 18.5 15.65 -
YUV 115.63 122.57 190.32 -
System Red Green Blue C M Y K H S L
Decimal 203 73 106 0 0.64 0.48 0.20 344.77 0.56 0.54
Hex CB 49 6A 0 40 30 14 159 38 36
Octal 313 111 152 0 100 60 24 531 70 66
Binary 11001011 1001001 1101010 0 1000000 110000 10100 101011001 111000 110110

Color Harmonies of #CB496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB496A

Black with #CB496A

Text Example


Text Example

White with #CB496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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