Html Css Color HEX #C44968 Cabaret

📋 copy color: '#C44968'

red 196 ◦ green 73 ◦ blue 104

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

Shades of Cabaret #C44968

Tints of Cabaret #C44968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

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

R = 52.55%
G = 19.57%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C44968 (or 0xC44968) is known color: Cabaret. HEX triplet: C4, 49 and 68. RGB value is (196,73,104). Sum of RGB (Red+Green+Blue) = 196+73+104=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C44968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44968 is #3BB697. Grayscale: #717171. Windows color (decimal): -3913368 or 6834628. OLE color: 6834628.

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

Color convert

RGB 196 73 104 -
CMYK 0 0.63 0.47 0.23
HSL 344.88º 0.51% 0.53% -
HSV(B) 344.88º 0.63% 0.77% -
XYZ 27.65 17.5 15.02 -
YUV 113.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 196 73 104 0 0.63 0.47 0.23 344.88 0.51 0.53
Hex C4 49 68 0 3F 2F 17 159 33 35
Octal 304 111 150 0 77 57 27 531 63 65
Binary 11000100 1001001 1101000 0 111111 101111 10111 101011001 110011 110101

Color Harmonies of #C44968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44968

Black with #C44968

Text Example


Text Example

White with #C44968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44968; }

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

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

background-color css

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

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

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

border-color css

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

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

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