Html Css Color HEX #C44966 Cabaret

📋 copy color: '#C44966'

red 196 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #C44966

Tints of Cabaret #C44966

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

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

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 52.83%
G = 19.68%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C44966 (or 0xC44966) is known color: Cabaret. HEX triplet: C4, 49 and 66. RGB value is (196,73,102). Sum of RGB (Red+Green+Blue) = 196+73+102=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C44966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44966 is #3BB699. Grayscale: #717171. Windows color (decimal): -3913370 or 6703556. OLE color: 6703556.

HSL color Cylindrical-coordinate representation of color #C44966: hue angle of 345.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44966 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 102 -
CMYK 0 0.63 0.48 0.23
HSL 345.85º 0.51% 0.53% -
HSV(B) 345.85º 0.63% 0.77% -
XYZ 27.55 17.46 14.49 -
YUV 113.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 196 73 102 0 0.63 0.48 0.23 345.85 0.51 0.53
Hex C4 49 66 0 3F 30 17 15A 33 35
Octal 304 111 146 0 77 60 27 532 63 65
Binary 11000100 1001001 1100110 0 111111 110000 10111 101011010 110011 110101

Color Harmonies of #C44966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44966

Black with #C44966

Text Example


Text Example

White with #C44966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44966; }

 p { color: rgb(196,73,102); }

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

background-color css

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

 a { background-color: rgb(196,73,102); }

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

border-color css

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

 span { border-color: rgb(196,73,102); }

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