Html Css Color HEX #CB496F Cabaret

📋 copy color: '#CB496F'

red 203 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #CB496F

Tints of Cabaret #CB496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 52.45%
G = 18.86%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB496F (or 0xCB496F) is known color: Cabaret. HEX triplet: CB, 49 and 6F. RGB value is (203,73,111). Sum of RGB (Red+Green+Blue) = 203+73+111=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB496F is #34B690. Grayscale: #747474. Windows color (decimal): -3454609 or 7293387. OLE color: 7293387.

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

Color convert

RGB 203 73 111 -
CMYK 0 0.64 0.45 0.20
HSL 342.46º 0.56% 0.54% -
HSV(B) 342.46º 0.64% 0.8% -
XYZ 29.88 18.61 17.06 -
YUV 116.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 203 73 111 0 0.64 0.45 0.20 342.46 0.56 0.54
Hex CB 49 6F 0 40 2D 14 156 38 36
Octal 313 111 157 0 100 55 24 526 70 66
Binary 11001011 1001001 1101111 0 1000000 101101 10100 101010110 111000 110110

Color Harmonies of #CB496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB496F

Black with #CB496F

Text Example


Text Example

White with #CB496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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