Html Css Color HEX #C46271 Cabaret

📋 copy color: '#C46271'

red 196 ◦ green 98 ◦ blue 113

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

Shades of Cabaret #C46271

Tints of Cabaret #C46271

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

 GREEN value IS 98 (38.67% from 255) = 24.08%

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 48.16%
G = 24.08%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46271 (or 0xC46271) is known color: Cabaret. HEX triplet: C4, 62 and 71. RGB value is (196,98,113). Sum of RGB (Red+Green+Blue) = 196+98+113=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C46271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46271 is #3B9D8E. Grayscale: #818181. Windows color (decimal): -3906959 or 7430852. OLE color: 7430852.

HSL color Cylindrical-coordinate representation of color #C46271: hue angle of 350.82º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46271 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 113 -
CMYK 0 0.5 0.42 0.23
HSL 350.82º 0.45% 0.58% -
HSV(B) 350.82º 0.5% 0.77% -
XYZ 30.11 21.66 18.22 -
YUV 129.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 196 98 113 0 0.5 0.42 0.23 350.82 0.45 0.58
Hex C4 62 71 0 32 2A 17 15F 2D 3A
Octal 304 142 161 0 62 52 27 537 55 72
Binary 11000100 1100010 1110001 0 110010 101010 10111 101011111 101101 111010

Color Harmonies of #C46271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46271

Black with #C46271

Text Example


Text Example

White with #C46271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46271; }

 p { color: rgb(196,98,113); }

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

background-color css

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

 a { background-color: rgb(196,98,113); }

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

border-color css

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

 span { border-color: rgb(196,98,113); }

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