Html Css Color HEX #CA496F Cabaret

📋 copy color: '#CA496F'

red 202 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #CA496F

Tints of Cabaret #CA496F

RGB

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

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

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

R = 52.33%
G = 18.91%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA496F (or 0xCA496F) is known color: Cabaret. HEX triplet: CA, 49 and 6F. RGB value is (202,73,111). Sum of RGB (Red+Green+Blue) = 202+73+111=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA496F is #35B690. Grayscale: #737373. Windows color (decimal): -3520145 or 7293386. OLE color: 7293386.

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

Color convert

RGB 202 73 111 -
CMYK 0 0.64 0.45 0.21
HSL 342.33º 0.55% 0.54% -
HSV(B) 342.33º 0.64% 0.79% -
XYZ 29.61 18.47 17.04 -
YUV 115.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 202 73 111 0 0.64 0.45 0.21 342.33 0.55 0.54
Hex CA 49 6F 0 40 2D 15 156 37 36
Octal 312 111 157 0 100 55 25 526 67 66
Binary 11001010 1001001 1101111 0 1000000 101101 10101 101010110 110111 110110

Color Harmonies of #CA496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA496F

Black with #CA496F

Text Example


Text Example

White with #CA496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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