Html Css Color HEX #C44865 Cabaret

📋 copy color: '#C44865'

red 196 ◦ green 72 ◦ blue 101

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

Shades of Cabaret #C44865

Tints of Cabaret #C44865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.51%

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 53.12%
G = 19.51%
B = 27.37%

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

#C44865 (or 0xC44865) is known color: Cabaret. HEX triplet: C4, 48 and 65. RGB value is (196,72,101). Sum of RGB (Red+Green+Blue) = 196+72+101=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C44865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44865 is #3BB79A. Grayscale: #707070. Windows color (decimal): -3913627 or 6637764. OLE color: 6637764.

HSL color Cylindrical-coordinate representation of color #C44865: hue angle of 345.97º 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 #C44865 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 101 -
CMYK 0 0.63 0.48 0.23
HSL 345.97º 0.51% 0.53% -
HSV(B) 345.97º 0.63% 0.77% -
XYZ 27.43 17.31 14.21 -
YUV 112.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 196 72 101 0 0.63 0.48 0.23 345.97 0.51 0.53
Hex C4 48 65 0 3F 30 17 15A 33 35
Octal 304 110 145 0 77 60 27 532 63 65
Binary 11000100 1001000 1100101 0 111111 110000 10111 101011010 110011 110101

Color Harmonies of #C44865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44865

Black with #C44865

Text Example


Text Example

White with #C44865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44865; }

 p { color: rgb(196,72,101); }

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

background-color css

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

 a { background-color: rgb(196,72,101); }

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

border-color css

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

 span { border-color: rgb(196,72,101); }

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