Html Css Color HEX #C44F68 Cabaret

📋 copy color: '#C44F68'

red 196 ◦ green 79 ◦ blue 104

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

Shades of Cabaret #C44F68

Tints of Cabaret #C44F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 51.72%
G = 20.84%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C44F68 (or 0xC44F68) is known color: Cabaret. HEX triplet: C4, 4F and 68. RGB value is (196,79,104). Sum of RGB (Red+Green+Blue) = 196+79+104=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F68 is #3BB097. Grayscale: #747474. Windows color (decimal): -3911832 or 6836164. OLE color: 6836164.

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

Color convert

RGB 196 79 104 -
CMYK 0 0.60 0.47 0.23
HSL 347.18º 0.5% 0.54% -
HSV(B) 347.18º 0.6% 0.77% -
XYZ 28.06 18.33 15.16 -
YUV 116.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 196 79 104 0 0.60 0.47 0.23 347.18 0.5 0.54
Hex C4 4F 68 0 3C 2F 17 15B 32 36
Octal 304 117 150 0 74 57 27 533 62 66
Binary 11000100 1001111 1101000 0 111100 101111 10111 101011011 110010 110110

Color Harmonies of #C44F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F68

Black with #C44F68

Text Example


Text Example

White with #C44F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F68; }

 p { color: rgb(196,79,104); }

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

background-color css

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

 a { background-color: rgb(196,79,104); }

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

border-color css

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

 span { border-color: rgb(196,79,104); }

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