Html Css Color HEX #C26370 Cabaret

📋 copy color: '#C26370'

red 194 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #C26370

Tints of Cabaret #C26370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 47.9%
G = 24.44%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C26370 (or 0xC26370) is known color: Cabaret. HEX triplet: C2, 63 and 70. RGB value is (194,99,112). Sum of RGB (Red+Green+Blue) = 194+99+112=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C26370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26370 is #3D9C8F. Grayscale: #808080. Windows color (decimal): -4037776 or 7365570. OLE color: 7365570.

HSL color Cylindrical-coordinate representation of color #C26370: hue angle of 351.79º 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 #C26370 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 112 -
CMYK 0 0.49 0.42 0.24
HSL 351.79º 0.44% 0.57% -
HSV(B) 351.79º 0.49% 0.76% -
XYZ 29.63 21.56 17.93 -
YUV 128.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 194 99 112 0 0.49 0.42 0.24 351.79 0.44 0.57
Hex C2 63 70 0 31 2A 18 160 2C 39
Octal 302 143 160 0 61 52 30 540 54 71
Binary 11000010 1100011 1110000 0 110001 101010 11000 101100000 101100 111001

Color Harmonies of #C26370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26370

Black with #C26370

Text Example


Text Example

White with #C26370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26370; }

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

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

background-color css

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

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

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

border-color css

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

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

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