Html Css Color HEX #C46370 Cabaret

📋 copy color: '#C46370'

red 196 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #C46370

Tints of Cabaret #C46370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 48.16%
G = 24.32%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C46370 (or 0xC46370) is known color: Cabaret. HEX triplet: C4, 63 and 70. RGB value is (196,99,112). Sum of RGB (Red+Green+Blue) = 196+99+112=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C46370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46370 is #3B9C8F. Grayscale: #818181. Windows color (decimal): -3906704 or 7365572. OLE color: 7365572.

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

Color convert

RGB 196 99 112 -
CMYK 0 0.49 0.43 0.23
HSL 351.96º 0.45% 0.58% -
HSV(B) 351.96º 0.49% 0.77% -
XYZ 30.15 21.83 17.95 -
YUV 129.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 196 99 112 0 0.49 0.43 0.23 351.96 0.45 0.58
Hex C4 63 70 0 31 2B 17 160 2D 3A
Octal 304 143 160 0 61 53 27 540 55 72
Binary 11000100 1100011 1110000 0 110001 101011 10111 101100000 101101 111010

Color Harmonies of #C46370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46370

Black with #C46370

Text Example


Text Example

White with #C46370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46370; }

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

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

background-color css

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

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

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

border-color css

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

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

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