Html Css Color HEX #C26475 Cabaret

📋 copy color: '#C26475'

red 194 ◦ green 100 ◦ blue 117

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

Shades of Cabaret #C26475

Tints of Cabaret #C26475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 47.2%
G = 24.33%
B = 28.47%

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

#C26475 (or 0xC26475) is known color: Cabaret. HEX triplet: C2, 64 and 75. RGB value is (194,100,117). Sum of RGB (Red+Green+Blue) = 194+100+117=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C26475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26475 is #3D9B8A. Grayscale: #828282. Windows color (decimal): -4037515 or 7693506. OLE color: 7693506.

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

Color convert

RGB 194 100 117 -
CMYK 0 0.48 0.40 0.24
HSL 349.15º 0.44% 0.58% -
HSV(B) 349.15º 0.48% 0.76% -
XYZ 30.02 21.87 19.47 -
YUV 130.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 194 100 117 0 0.48 0.40 0.24 349.15 0.44 0.58
Hex C2 64 75 0 30 28 18 15D 2C 3A
Octal 302 144 165 0 60 50 30 535 54 72
Binary 11000010 1100100 1110101 0 110000 101000 11000 101011101 101100 111010

Color Harmonies of #C26475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26475

Black with #C26475

Text Example


Text Example

White with #C26475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26475; }

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

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

background-color css

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

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

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

border-color css

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

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

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