Html Css Color HEX #C44961 Cabaret

📋 copy color: '#C44961'

red 196 ◦ green 73 ◦ blue 97

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

Shades of Cabaret #C44961

Tints of Cabaret #C44961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 53.55%
G = 19.95%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C44961 (or 0xC44961) is known color: Cabaret. HEX triplet: C4, 49 and 61. RGB value is (196,73,97). Sum of RGB (Red+Green+Blue) = 196+73+97=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44961 is #3BB69E. Grayscale: #707070. Windows color (decimal): -3913375 or 6375876. OLE color: 6375876.

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

Color convert

RGB 196 73 97 -
CMYK 0 0.63 0.51 0.23
HSL 348.29º 0.51% 0.53% -
HSV(B) 348.29º 0.63% 0.77% -
XYZ 27.31 17.36 13.22 -
YUV 112.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 196 73 97 0 0.63 0.51 0.23 348.29 0.51 0.53
Hex C4 49 61 0 3F 33 17 15C 33 35
Octal 304 111 141 0 77 63 27 534 63 65
Binary 11000100 1001001 1100001 0 111111 110011 10111 101011100 110011 110101

Color Harmonies of #C44961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44961

Black with #C44961

Text Example


Text Example

White with #C44961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44961; }

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

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

background-color css

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

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

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

border-color css

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

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

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