Html Css Color HEX #C44761 Cabaret

📋 copy color: '#C44761'

red 196 ◦ green 71 ◦ blue 97

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

Shades of Cabaret #C44761

Tints of Cabaret #C44761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

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

R = 53.85%
G = 19.51%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C44761 (or 0xC44761) is known color: Cabaret. HEX triplet: C4, 47 and 61. RGB value is (196,71,97). Sum of RGB (Red+Green+Blue) = 196+71+97=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C44761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44761 is #3BB89E. Grayscale: #6F6F6F. Windows color (decimal): -3913887 or 6375364. OLE color: 6375364.

HSL color Cylindrical-coordinate representation of color #C44761: hue angle of 347.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44761 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 71 97 -
CMYK 0 0.64 0.51 0.23
HSL 347.52º 0.51% 0.52% -
HSV(B) 347.52º 0.64% 0.77% -
XYZ 27.18 17.11 13.18 -
YUV 111.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 196 71 97 0 0.64 0.51 0.23 347.52 0.51 0.52
Hex C4 47 61 0 40 33 17 15C 33 34
Octal 304 107 141 0 100 63 27 534 63 64
Binary 11000100 1000111 1100001 0 1000000 110011 10111 101011100 110011 110100

Color Harmonies of #C44761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44761

Black with #C44761

Text Example


Text Example

White with #C44761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44761; }

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

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

background-color css

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

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

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

border-color css

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

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

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