Html Css Color HEX #C26175 Cabaret

📋 copy color: '#C26175'

red 194 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #C26175

Tints of Cabaret #C26175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

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

R = 47.55%
G = 23.77%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C26175 (or 0xC26175) is known color: Cabaret. HEX triplet: C2, 61 and 75. RGB value is (194,97,117). Sum of RGB (Red+Green+Blue) = 194+97+117=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C26175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26175 is #3D9E8A. Grayscale: #808080. Windows color (decimal): -4038283 or 7692738. OLE color: 7692738.

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

Color convert

RGB 194 97 117 -
CMYK 0 0.50 0.40 0.24
HSL 347.63º 0.44% 0.57% -
HSV(B) 347.63º 0.5% 0.76% -
XYZ 29.73 21.3 19.37 -
YUV 128.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 194 97 117 0 0.50 0.40 0.24 347.63 0.44 0.57
Hex C2 61 75 0 32 28 18 15C 2C 39
Octal 302 141 165 0 62 50 30 534 54 71
Binary 11000010 1100001 1110101 0 110010 101000 11000 101011100 101100 111001

Color Harmonies of #C26175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26175

Black with #C26175

Text Example


Text Example

White with #C26175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26175; }

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

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

background-color css

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

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

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

border-color css

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

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

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