Html Css Color HEX #C46375 Cabaret

📋 copy color: '#C46375'

red 196 ◦ green 99 ◦ blue 117

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

Shades of Cabaret #C46375

Tints of Cabaret #C46375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 47.57%
G = 24.03%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46375 (or 0xC46375) is known color: Cabaret. HEX triplet: C4, 63 and 75. RGB value is (196,99,117). Sum of RGB (Red+Green+Blue) = 196+99+117=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46375 is #3B9C8A. Grayscale: #828282. Windows color (decimal): -3906699 or 7693252. OLE color: 7693252.

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

Color convert

RGB 196 99 117 -
CMYK 0 0.49 0.40 0.23
HSL 348.87º 0.45% 0.58% -
HSV(B) 348.87º 0.49% 0.77% -
XYZ 30.44 21.94 19.46 -
YUV 130.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 196 99 117 0 0.49 0.40 0.23 348.87 0.45 0.58
Hex C4 63 75 0 31 28 17 15D 2D 3A
Octal 304 143 165 0 61 50 27 535 55 72
Binary 11000100 1100011 1110101 0 110001 101000 10111 101011101 101101 111010

Color Harmonies of #C46375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46375

Black with #C46375

Text Example


Text Example

White with #C46375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46375; }

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

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

background-color css

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

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

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

border-color css

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

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

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