Html Css Color HEX #C46771 Cabaret

📋 copy color: '#C46771'

red 196 ◦ green 103 ◦ blue 113

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

Shades of Cabaret #C46771

Tints of Cabaret #C46771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25%

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

R = 47.57%
G = 25%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46771 (or 0xC46771) is known color: Cabaret. HEX triplet: C4, 67 and 71. RGB value is (196,103,113). Sum of RGB (Red+Green+Blue) = 196+103+113=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46771 is #3B988E. Grayscale: #848484. Windows color (decimal): -3905679 or 7432132. OLE color: 7432132.

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

Color convert

RGB 196 103 113 -
CMYK 0 0.47 0.42 0.23
HSL 353.55º 0.44% 0.59% -
HSV(B) 353.55º 0.47% 0.77% -
XYZ 30.6 22.63 18.38 -
YUV 131.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 196 103 113 0 0.47 0.42 0.23 353.55 0.44 0.59
Hex C4 67 71 0 2F 2A 17 162 2C 3B
Octal 304 147 161 0 57 52 27 542 54 73
Binary 11000100 1100111 1110001 0 101111 101010 10111 101100010 101100 111011

Color Harmonies of #C46771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46771

Black with #C46771

Text Example


Text Example

White with #C46771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46771; }

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

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

background-color css

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

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

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

border-color css

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

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

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