Html Css Color HEX #C26377 Cabaret

📋 copy color: '#C26377'

red 194 ◦ green 99 ◦ blue 119

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

Shades of Cabaret #C26377

Tints of Cabaret #C26377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 47.09%
G = 24.03%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C26377 (or 0xC26377) is known color: Cabaret. HEX triplet: C2, 63 and 77. RGB value is (194,99,119). Sum of RGB (Red+Green+Blue) = 194+99+119=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26377 is #3D9C88. Grayscale: #818181. Windows color (decimal): -4037769 or 7824322. OLE color: 7824322.

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

Color convert

RGB 194 99 119 -
CMYK 0 0.49 0.39 0.24
HSL 347.37º 0.44% 0.57% -
HSV(B) 347.37º 0.49% 0.76% -
XYZ 30.04 21.72 20.06 -
YUV 129.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 194 99 119 0 0.49 0.39 0.24 347.37 0.44 0.57
Hex C2 63 77 0 31 27 18 15B 2C 39
Octal 302 143 167 0 61 47 30 533 54 71
Binary 11000010 1100011 1110111 0 110001 100111 11000 101011011 101100 111001

Color Harmonies of #C26377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26377

Black with #C26377

Text Example


Text Example

White with #C26377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26377; }

 p { color: rgb(194,99,119); }

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

background-color css

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

 a { background-color: rgb(194,99,119); }

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

border-color css

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

 span { border-color: rgb(194,99,119); }

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