Html Css Color HEX #C26470 Cabaret

📋 copy color: '#C26470'

red 194 ◦ green 100 ◦ blue 112

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

Shades of Cabaret #C26470

Tints of Cabaret #C26470

RGB

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

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

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

R = 47.78%
G = 24.63%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C26470 (or 0xC26470) is known color: Cabaret. HEX triplet: C2, 64 and 70. RGB value is (194,100,112). Sum of RGB (Red+Green+Blue) = 194+100+112=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C26470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26470 is #3D9B8F. Grayscale: #818181. Windows color (decimal): -4037520 or 7365826. OLE color: 7365826.

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

Color convert

RGB 194 100 112 -
CMYK 0 0.48 0.42 0.24
HSL 352.34º 0.44% 0.58% -
HSV(B) 352.34º 0.48% 0.76% -
XYZ 29.73 21.75 17.96 -
YUV 129.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 194 100 112 0 0.48 0.42 0.24 352.34 0.44 0.58
Hex C2 64 70 0 30 2A 18 160 2C 3A
Octal 302 144 160 0 60 52 30 540 54 72
Binary 11000010 1100100 1110000 0 110000 101010 11000 101100000 101100 111010

Color Harmonies of #C26470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26470

Black with #C26470

Text Example


Text Example

White with #C26470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26470; }

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

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

background-color css

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

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

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

border-color css

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

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

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