Html Css Color HEX #C26179 Cabaret

📋 copy color: '#C26179'

red 194 ◦ green 97 ◦ blue 121

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

Shades of Cabaret #C26179

Tints of Cabaret #C26179

RGB

 RED value IS 194 (76.17% from 255) = 47.09%

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 47.09%
G = 23.54%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C26179 (or 0xC26179) is known color: Cabaret. HEX triplet: C2, 61 and 79. RGB value is (194,97,121). Sum of RGB (Red+Green+Blue) = 194+97+121=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26179 is #3D9E86. Grayscale: #808080. Windows color (decimal): -4038279 or 7954882. OLE color: 7954882.

HSL color Cylindrical-coordinate representation of color #C26179: hue angle of 345.15º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26179 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 121 -
CMYK 0 0.50 0.38 0.24
HSL 345.15º 0.44% 0.57% -
HSV(B) 345.15º 0.5% 0.76% -
XYZ 29.97 21.4 20.64 -
YUV 128.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 194 97 121 0 0.50 0.38 0.24 345.15 0.44 0.57
Hex C2 61 79 0 32 26 18 159 2C 39
Octal 302 141 171 0 62 46 30 531 54 71
Binary 11000010 1100001 1111001 0 110010 100110 11000 101011001 101100 111001

Color Harmonies of #C26179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26179

Black with #C26179

Text Example


Text Example

White with #C26179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26179; }

 p { color: rgb(194,97,121); }

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

background-color css

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

 a { background-color: rgb(194,97,121); }

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

border-color css

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

 span { border-color: rgb(194,97,121); }

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