Html Css Color HEX #C46070 Cabaret

📋 copy color: '#C46070'

red 196 ◦ green 96 ◦ blue 112

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

Shades of Cabaret #C46070

Tints of Cabaret #C46070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 48.51%
G = 23.76%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C46070 (or 0xC46070) is known color: Cabaret. HEX triplet: C4, 60 and 70. RGB value is (196,96,112). Sum of RGB (Red+Green+Blue) = 196+96+112=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C46070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46070 is #3B9F8F. Grayscale: #7F7F7F. Windows color (decimal): -3907472 or 7364804. OLE color: 7364804.

HSL color Cylindrical-coordinate representation of color #C46070: hue angle of 350.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46070 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 112 -
CMYK 0 0.51 0.43 0.23
HSL 350.4º 0.46% 0.57% -
HSV(B) 350.4º 0.51% 0.77% -
XYZ 29.87 21.27 17.86 -
YUV 127.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 196 96 112 0 0.51 0.43 0.23 350.4 0.46 0.57
Hex C4 60 70 0 33 2B 17 15E 2E 39
Octal 304 140 160 0 63 53 27 536 56 71
Binary 11000100 1100000 1110000 0 110011 101011 10111 101011110 101110 111001

Color Harmonies of #C46070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46070

Black with #C46070

Text Example


Text Example

White with #C46070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46070; }

 p { color: rgb(196,96,112); }

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

background-color css

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

 a { background-color: rgb(196,96,112); }

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

border-color css

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

 span { border-color: rgb(196,96,112); }

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