Html Css Color HEX #CA496D Cabaret

📋 copy color: '#CA496D'

red 202 ◦ green 73 ◦ blue 109

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

Shades of Cabaret #CA496D

Tints of Cabaret #CA496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 52.6%
G = 19.01%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA496D (or 0xCA496D) is known color: Cabaret. HEX triplet: CA, 49 and 6D. RGB value is (202,73,109). Sum of RGB (Red+Green+Blue) = 202+73+109=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA496D is #35B692. Grayscale: #737373. Windows color (decimal): -3520147 or 7162314. OLE color: 7162314.

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

Color convert

RGB 202 73 109 -
CMYK 0 0.64 0.46 0.21
HSL 343.26º 0.55% 0.54% -
HSV(B) 343.26º 0.64% 0.79% -
XYZ 29.5 18.43 16.47 -
YUV 115.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 202 73 109 0 0.64 0.46 0.21 343.26 0.55 0.54
Hex CA 49 6D 0 40 2E 15 157 37 36
Octal 312 111 155 0 100 56 25 527 67 66
Binary 11001010 1001001 1101101 0 1000000 101110 10101 101010111 110111 110110

Color Harmonies of #CA496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA496D

Black with #CA496D

Text Example


Text Example

White with #CA496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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