Html Css Color HEX #C44E65 Cabaret

📋 copy color: '#C44E65'

red 196 ◦ green 78 ◦ blue 101

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

Shades of Cabaret #C44E65

Tints of Cabaret #C44E65

RGB

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

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

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

R = 52.27%
G = 20.8%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C44E65 (or 0xC44E65) is known color: Cabaret. HEX triplet: C4, 4E and 65. RGB value is (196,78,101). Sum of RGB (Red+Green+Blue) = 196+78+101=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E65 is #3BB19A. Grayscale: #737373. Windows color (decimal): -3912091 or 6639300. OLE color: 6639300.

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

Color convert

RGB 196 78 101 -
CMYK 0 0.60 0.48 0.23
HSL 348.31º 0.5% 0.54% -
HSV(B) 348.31º 0.6% 0.77% -
XYZ 27.84 18.12 14.34 -
YUV 115.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 196 78 101 0 0.60 0.48 0.23 348.31 0.5 0.54
Hex C4 4E 65 0 3C 30 17 15C 32 36
Octal 304 116 145 0 74 60 27 534 62 66
Binary 11000100 1001110 1100101 0 111100 110000 10111 101011100 110010 110110

Color Harmonies of #C44E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E65

Black with #C44E65

Text Example


Text Example

White with #C44E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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