Html Css Color HEX #C26079 Cabaret

📋 copy color: '#C26079'

red 194 ◦ green 96 ◦ blue 121

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

Shades of Cabaret #C26079

Tints of Cabaret #C26079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 47.2%
G = 23.36%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C26079 (or 0xC26079) is known color: Cabaret. HEX triplet: C2, 60 and 79. RGB value is (194,96,121). Sum of RGB (Red+Green+Blue) = 194+96+121=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C26079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26079 is #3D9F86. Grayscale: #808080. Windows color (decimal): -4038535 or 7954626. OLE color: 7954626.

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

Color convert

RGB 194 96 121 -
CMYK 0 0.51 0.38 0.24
HSL 344.69º 0.45% 0.57% -
HSV(B) 344.69º 0.51% 0.76% -
XYZ 29.88 21.22 20.61 -
YUV 128.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 194 96 121 0 0.51 0.38 0.24 344.69 0.45 0.57
Hex C2 60 79 0 33 26 18 159 2D 39
Octal 302 140 171 0 63 46 30 531 55 71
Binary 11000010 1100000 1111001 0 110011 100110 11000 101011001 101101 111001

Color Harmonies of #C26079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26079

Black with #C26079

Text Example


Text Example

White with #C26079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26079; }

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

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

background-color css

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

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

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

border-color css

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

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

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