Html Css Color HEX #C46674 Cabaret

📋 copy color: '#C46674'

red 196 ◦ green 102 ◦ blue 116

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

Shades of Cabaret #C46674

Tints of Cabaret #C46674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

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

R = 47.34%
G = 24.64%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C46674 (or 0xC46674) is known color: Cabaret. HEX triplet: C4, 66 and 74. RGB value is (196,102,116). Sum of RGB (Red+Green+Blue) = 196+102+116=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46674 is #3B998B. Grayscale: #838383. Windows color (decimal): -3905932 or 7628484. OLE color: 7628484.

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

Color convert

RGB 196 102 116 -
CMYK 0 0.48 0.41 0.23
HSL 351.06º 0.44% 0.58% -
HSV(B) 351.06º 0.48% 0.77% -
XYZ 30.67 22.5 19.25 -
YUV 131.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 196 102 116 0 0.48 0.41 0.23 351.06 0.44 0.58
Hex C4 66 74 0 30 29 17 15F 2C 3A
Octal 304 146 164 0 60 51 27 537 54 72
Binary 11000100 1100110 1110100 0 110000 101001 10111 101011111 101100 111010

Color Harmonies of #C46674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46674

Black with #C46674

Text Example


Text Example

White with #C46674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46674; }

 p { color: rgb(196,102,116); }

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

background-color css

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

 a { background-color: rgb(196,102,116); }

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

border-color css

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

 span { border-color: rgb(196,102,116); }

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