Html Css Color HEX #C46875 Cabaret

📋 copy color: '#C46875'

red 196 ◦ green 104 ◦ blue 117

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

Shades of Cabaret #C46875

Tints of Cabaret #C46875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

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

R = 47%
G = 24.94%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46875 (or 0xC46875) is known color: Cabaret. HEX triplet: C4, 68 and 75. RGB value is (196,104,117). Sum of RGB (Red+Green+Blue) = 196+104+117=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46875 is #3B978A. Grayscale: #858585. Windows color (decimal): -3905419 or 7694532. OLE color: 7694532.

HSL color Cylindrical-coordinate representation of color #C46875: hue angle of 351.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46875 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 104 117 -
CMYK 0 0.47 0.40 0.23
HSL 351.52º 0.44% 0.59% -
HSV(B) 351.52º 0.47% 0.77% -
XYZ 30.93 22.92 19.62 -
YUV 132.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 196 104 117 0 0.47 0.40 0.23 351.52 0.44 0.59
Hex C4 68 75 0 2F 28 17 160 2C 3B
Octal 304 150 165 0 57 50 27 540 54 73
Binary 11000100 1101000 1110101 0 101111 101000 10111 101100000 101100 111011

Color Harmonies of #C46875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46875

Black with #C46875

Text Example


Text Example

White with #C46875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46875; }

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

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

background-color css

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

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

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

border-color css

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

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

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