Html Css Color HEX #CA5178 Cabaret

📋 copy color: '#CA5178'

red 202 ◦ green 81 ◦ blue 120

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

Shades of Cabaret #CA5178

Tints of Cabaret #CA5178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.1%

 BLUE value IS 120 (47.27% from 255) = 29.78%

R = 50.12%
G = 20.1%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA5178 (or 0xCA5178) is known color: Cabaret. HEX triplet: CA, 51 and 78. RGB value is (202,81,120). Sum of RGB (Red+Green+Blue) = 202+81+120=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5178 is #35AE87. Grayscale: #797979. Windows color (decimal): -3518088 or 7885258. OLE color: 7885258.

HSL color Cylindrical-coordinate representation of color #CA5178: hue angle of 340.66º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5178 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 120 -
CMYK 0 0.60 0.41 0.21
HSL 340.66º 0.53% 0.55% -
HSV(B) 340.66º 0.6% 0.79% -
XYZ 30.69 19.8 19.97 -
YUV 121.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 202 81 120 0 0.60 0.41 0.21 340.66 0.53 0.55
Hex CA 51 78 0 3C 29 15 155 35 37
Octal 312 121 170 0 74 51 25 525 65 67
Binary 11001010 1010001 1111000 0 111100 101001 10101 101010101 110101 110111

Color Harmonies of #CA5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5178

Black with #CA5178

Text Example


Text Example

White with #CA5178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5178; }

 p { color: rgb(202,81,120); }

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

background-color css

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

 a { background-color: rgb(202,81,120); }

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

border-color css

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

 span { border-color: rgb(202,81,120); }

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