Html Css Color HEX #C26476 Cabaret

📋 copy color: '#C26476'

red 194 ◦ green 100 ◦ blue 118

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

Shades of Cabaret #C26476

Tints of Cabaret #C26476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.27%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 47.09%
G = 24.27%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C26476 (or 0xC26476) is known color: Cabaret. HEX triplet: C2, 64 and 76. RGB value is (194,100,118). Sum of RGB (Red+Green+Blue) = 194+100+118=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26476 is #3D9B89. Grayscale: #828282. Windows color (decimal): -4037514 or 7759042. OLE color: 7759042.

HSL color Cylindrical-coordinate representation of color #C26476: hue angle of 348.51º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26476 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 118 -
CMYK 0 0.48 0.39 0.24
HSL 348.51º 0.44% 0.58% -
HSV(B) 348.51º 0.48% 0.76% -
XYZ 30.08 21.89 19.78 -
YUV 130.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 194 100 118 0 0.48 0.39 0.24 348.51 0.44 0.58
Hex C2 64 76 0 30 27 18 15D 2C 3A
Octal 302 144 166 0 60 47 30 535 54 72
Binary 11000010 1100100 1110110 0 110000 100111 11000 101011101 101100 111010

Color Harmonies of #C26476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26476

Black with #C26476

Text Example


Text Example

White with #C26476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26476; }

 p { color: rgb(194,100,118); }

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

background-color css

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

 a { background-color: rgb(194,100,118); }

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

border-color css

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

 span { border-color: rgb(194,100,118); }

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