Html Css Color HEX #CA496B Cabaret

📋 copy color: '#CA496B'

red 202 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #CA496B

Tints of Cabaret #CA496B

RGB

 RED value IS 202 (79.3% from 255) = 52.88%

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

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

R = 52.88%
G = 19.11%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA496B (or 0xCA496B) is known color: Cabaret. HEX triplet: CA, 49 and 6B. RGB value is (202,73,107). Sum of RGB (Red+Green+Blue) = 202+73+107=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA496B is #35B694. Grayscale: #737373. Windows color (decimal): -3520149 or 7031242. OLE color: 7031242.

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

Color convert

RGB 202 73 107 -
CMYK 0 0.64 0.47 0.21
HSL 344.19º 0.55% 0.54% -
HSV(B) 344.19º 0.64% 0.79% -
XYZ 29.39 18.38 15.91 -
YUV 115.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 202 73 107 0 0.64 0.47 0.21 344.19 0.55 0.54
Hex CA 49 6B 0 40 2F 15 158 37 36
Octal 312 111 153 0 100 57 25 530 67 66
Binary 11001010 1001001 1101011 0 1000000 101111 10101 101011000 110111 110110

Color Harmonies of #CA496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA496B

Black with #CA496B

Text Example


Text Example

White with #CA496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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