Html Css Color HEX #CA496C Cabaret

📋 copy color: '#CA496C'

red 202 ◦ green 73 ◦ blue 108

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

Shades of Cabaret #CA496C

Tints of Cabaret #CA496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 52.74%
G = 19.06%
B = 28.2%

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

#CA496C (or 0xCA496C) is known color: Cabaret. HEX triplet: CA, 49 and 6C. RGB value is (202,73,108). Sum of RGB (Red+Green+Blue) = 202+73+108=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA496C is #35B693. Grayscale: #737373. Windows color (decimal): -3520148 or 7096778. OLE color: 7096778.

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

Color convert

RGB 202 73 108 -
CMYK 0 0.64 0.47 0.21
HSL 343.72º 0.55% 0.54% -
HSV(B) 343.72º 0.64% 0.79% -
XYZ 29.45 18.4 16.19 -
YUV 115.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 202 73 108 0 0.64 0.47 0.21 343.72 0.55 0.54
Hex CA 49 6C 0 40 2F 15 158 37 36
Octal 312 111 154 0 100 57 25 530 67 66
Binary 11001010 1001001 1101100 0 1000000 101111 10101 101011000 110111 110110

Color Harmonies of #CA496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA496C

Black with #CA496C

Text Example


Text Example

White with #CA496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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