Html Css Color HEX #C46072 Cabaret

📋 copy color: '#C46072'

red 196 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #C46072

Tints of Cabaret #C46072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 48.28%
G = 23.65%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46072 (or 0xC46072) is known color: Cabaret. HEX triplet: C4, 60 and 72. RGB value is (196,96,114). Sum of RGB (Red+Green+Blue) = 196+96+114=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C46072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46072 is #3B9F8D. Grayscale: #7F7F7F. Windows color (decimal): -3907470 or 7495876. OLE color: 7495876.

HSL color Cylindrical-coordinate representation of color #C46072: hue angle of 349.2º 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 #C46072 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 114 -
CMYK 0 0.51 0.42 0.23
HSL 349.2º 0.46% 0.57% -
HSV(B) 349.2º 0.51% 0.77% -
XYZ 29.99 21.32 18.45 -
YUV 127.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 196 96 114 0 0.51 0.42 0.23 349.2 0.46 0.57
Hex C4 60 72 0 33 2A 17 15D 2E 39
Octal 304 140 162 0 63 52 27 535 56 71
Binary 11000100 1100000 1110010 0 110011 101010 10111 101011101 101110 111001

Color Harmonies of #C46072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46072

Black with #C46072

Text Example


Text Example

White with #C46072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46072; }

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

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

background-color css

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

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

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

border-color css

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

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

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