Html Css Color HEX #C44166 Cabaret

📋 copy color: '#C44166'

red 196 ◦ green 65 ◦ blue 102

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

Shades of Cabaret #C44166

Tints of Cabaret #C44166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 53.99%
G = 17.91%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C44166 (or 0xC44166) is known color: Cabaret. HEX triplet: C4, 41 and 66. RGB value is (196,65,102). Sum of RGB (Red+Green+Blue) = 196+65+102=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44166 is #3BBE99. Grayscale: #6C6C6C. Windows color (decimal): -3915418 or 6701508. OLE color: 6701508.

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

Color convert

RGB 196 65 102 -
CMYK 0 0.67 0.48 0.23
HSL 343.05º 0.53% 0.51% -
HSV(B) 343.05º 0.67% 0.77% -
XYZ 27.05 16.48 14.32 -
YUV 108.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 196 65 102 0 0.67 0.48 0.23 343.05 0.53 0.51
Hex C4 41 66 0 43 30 17 157 35 33
Octal 304 101 146 0 103 60 27 527 65 63
Binary 11000100 1000001 1100110 0 1000011 110000 10111 101010111 110101 110011

Color Harmonies of #C44166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44166

Black with #C44166

Text Example


Text Example

White with #C44166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44166; }

 p { color: rgb(196,65,102); }

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

background-color css

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

 a { background-color: rgb(196,65,102); }

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

border-color css

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

 span { border-color: rgb(196,65,102); }

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