Html Css Color HEX #C44D64 Cabaret

📋 copy color: '#C44D64'

red 196 ◦ green 77 ◦ blue 100

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

Shades of Cabaret #C44D64

Tints of Cabaret #C44D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 52.55%
G = 20.64%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C44D64 (or 0xC44D64) is known color: Cabaret. HEX triplet: C4, 4D and 64. RGB value is (196,77,100). Sum of RGB (Red+Green+Blue) = 196+77+100=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D64 is #3BB29B. Grayscale: #737373. Windows color (decimal): -3912348 or 6573508. OLE color: 6573508.

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

Color convert

RGB 196 77 100 -
CMYK 0 0.61 0.49 0.23
HSL 348.4º 0.5% 0.54% -
HSV(B) 348.4º 0.61% 0.77% -
XYZ 27.72 17.96 14.06 -
YUV 115.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 196 77 100 0 0.61 0.49 0.23 348.4 0.5 0.54
Hex C4 4D 64 0 3D 31 17 15C 32 36
Octal 304 115 144 0 75 61 27 534 62 66
Binary 11000100 1001101 1100100 0 111101 110001 10111 101011100 110010 110110

Color Harmonies of #C44D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D64

Black with #C44D64

Text Example


Text Example

White with #C44D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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