Html Css Color HEX #C44E64 Cabaret

📋 copy color: '#C44E64'

red 196 ◦ green 78 ◦ blue 100

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

Shades of Cabaret #C44E64

Tints of Cabaret #C44E64

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 52.41%
G = 20.86%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C44E64 (or 0xC44E64) is known color: Cabaret. HEX triplet: C4, 4E and 64. RGB value is (196,78,100). Sum of RGB (Red+Green+Blue) = 196+78+100=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E64 is #3BB19B. Grayscale: #737373. Windows color (decimal): -3912092 or 6573764. OLE color: 6573764.

HSL color Cylindrical-coordinate representation of color #C44E64: hue angle of 348.81º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E64 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 78 100 -
CMYK 0 0.60 0.49 0.23
HSL 348.81º 0.5% 0.54% -
HSV(B) 348.81º 0.6% 0.77% -
XYZ 27.79 18.1 14.09 -
YUV 115.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 196 78 100 0 0.60 0.49 0.23 348.81 0.5 0.54
Hex C4 4E 64 0 3C 31 17 15D 32 36
Octal 304 116 144 0 74 61 27 535 62 66
Binary 11000100 1001110 1100100 0 111100 110001 10111 101011101 110010 110110

Color Harmonies of #C44E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E64

Black with #C44E64

Text Example


Text Example

White with #C44E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E64; }

 p { color: rgb(196,78,100); }

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

background-color css

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

 a { background-color: rgb(196,78,100); }

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

border-color css

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

 span { border-color: rgb(196,78,100); }

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