Html Css Color HEX #CA496A Cabaret

📋 copy color: '#CA496A'

red 202 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #CA496A

Tints of Cabaret #CA496A

RGB

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

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

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

R = 53.02%
G = 19.16%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA496A (or 0xCA496A) is known color: Cabaret. HEX triplet: CA, 49 and 6A. RGB value is (202,73,106). Sum of RGB (Red+Green+Blue) = 202+73+106=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA496A is #35B695. Grayscale: #737373. Windows color (decimal): -3520150 or 6965706. OLE color: 6965706.

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

Color convert

RGB 202 73 106 -
CMYK 0 0.64 0.48 0.21
HSL 344.65º 0.55% 0.54% -
HSV(B) 344.65º 0.64% 0.79% -
XYZ 29.34 18.36 15.63 -
YUV 115.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 202 73 106 0 0.64 0.48 0.21 344.65 0.55 0.54
Hex CA 49 6A 0 40 30 15 159 37 36
Octal 312 111 152 0 100 60 25 531 67 66
Binary 11001010 1001001 1101010 0 1000000 110000 10101 101011001 110111 110110

Color Harmonies of #CA496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA496A

Black with #CA496A

Text Example


Text Example

White with #CA496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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