Html Css Color HEX #C46475 Cabaret

📋 copy color: '#C46475'

red 196 ◦ green 100 ◦ blue 117

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

Shades of Cabaret #C46475

Tints of Cabaret #C46475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

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

R = 47.46%
G = 24.21%
B = 28.33%

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

#C46475 (or 0xC46475) is known color: Cabaret. HEX triplet: C4, 64 and 75. RGB value is (196,100,117). Sum of RGB (Red+Green+Blue) = 196+100+117=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C46475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46475 is #3B9B8A. Grayscale: #828282. Windows color (decimal): -3906443 or 7693508. OLE color: 7693508.

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

Color convert

RGB 196 100 117 -
CMYK 0 0.49 0.40 0.23
HSL 349.38º 0.45% 0.58% -
HSV(B) 349.38º 0.49% 0.77% -
XYZ 30.53 22.13 19.49 -
YUV 130.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 196 100 117 0 0.49 0.40 0.23 349.38 0.45 0.58
Hex C4 64 75 0 31 28 17 15D 2D 3A
Octal 304 144 165 0 61 50 27 535 55 72
Binary 11000100 1100100 1110101 0 110001 101000 10111 101011101 101101 111010

Color Harmonies of #C46475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46475

Black with #C46475

Text Example


Text Example

White with #C46475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46475; }

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

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

background-color css

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

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

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

border-color css

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

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

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