Html Css Color HEX #C26474 Cabaret

📋 copy color: '#C26474'

red 194 ◦ green 100 ◦ blue 116

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

Shades of Cabaret #C26474

Tints of Cabaret #C26474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 47.32%
G = 24.39%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C26474 (or 0xC26474) is known color: Cabaret. HEX triplet: C2, 64 and 74. RGB value is (194,100,116). Sum of RGB (Red+Green+Blue) = 194+100+116=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C26474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26474 is #3D9B8B. Grayscale: #818181. Windows color (decimal): -4037516 or 7627970. OLE color: 7627970.

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

Color convert

RGB 194 100 116 -
CMYK 0 0.48 0.40 0.24
HSL 349.79º 0.44% 0.58% -
HSV(B) 349.79º 0.48% 0.76% -
XYZ 29.96 21.84 19.16 -
YUV 129.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 194 100 116 0 0.48 0.40 0.24 349.79 0.44 0.58
Hex C2 64 74 0 30 28 18 15E 2C 3A
Octal 302 144 164 0 60 50 30 536 54 72
Binary 11000010 1100100 1110100 0 110000 101000 11000 101011110 101100 111010

Color Harmonies of #C26474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26474

Black with #C26474

Text Example


Text Example

White with #C26474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26474; }

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

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

background-color css

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

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

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

border-color css

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

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

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