Html Css Color HEX #CA4776 Cabaret

📋 copy color: '#CA4776'

red 202 ◦ green 71 ◦ blue 118

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

Shades of Cabaret #CA4776

Tints of Cabaret #CA4776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 51.66%
G = 18.16%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4776 (or 0xCA4776) is known color: Cabaret. HEX triplet: CA, 47 and 76. RGB value is (202,71,118). Sum of RGB (Red+Green+Blue) = 202+71+118=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4776 is #35B889. Grayscale: #737373. Windows color (decimal): -3520650 or 7751626. OLE color: 7751626.

HSL color Cylindrical-coordinate representation of color #CA4776: hue angle of 338.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4776 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 118 -
CMYK 0 0.65 0.42 0.21
HSL 338.47º 0.55% 0.54% -
HSV(B) 338.47º 0.65% 0.79% -
XYZ 29.88 18.37 19.11 -
YUV 115.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 202 71 118 0 0.65 0.42 0.21 338.47 0.55 0.54
Hex CA 47 76 0 41 2A 15 152 37 36
Octal 312 107 166 0 101 52 25 522 67 66
Binary 11001010 1000111 1110110 0 1000001 101010 10101 101010010 110111 110110

Color Harmonies of #CA4776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4776

Black with #CA4776

Text Example


Text Example

White with #CA4776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4776; }

 p { color: rgb(202,71,118); }

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

background-color css

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

 a { background-color: rgb(202,71,118); }

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

border-color css

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

 span { border-color: rgb(202,71,118); }

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