Html Css Color HEX #C46775 Cabaret

📋 copy color: '#C46775'

red 196 ◦ green 103 ◦ blue 117

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

Shades of Cabaret #C46775

Tints of Cabaret #C46775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

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

R = 47.12%
G = 24.76%
B = 28.13%

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

#C46775 (or 0xC46775) is known color: Cabaret. HEX triplet: C4, 67 and 75. RGB value is (196,103,117). Sum of RGB (Red+Green+Blue) = 196+103+117=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C46775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46775 is #3B988A. Grayscale: #848484. Windows color (decimal): -3905675 or 7694276. OLE color: 7694276.

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

Color convert

RGB 196 103 117 -
CMYK 0 0.47 0.40 0.23
HSL 350.97º 0.44% 0.59% -
HSV(B) 350.97º 0.47% 0.77% -
XYZ 30.83 22.72 19.59 -
YUV 132.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 196 103 117 0 0.47 0.40 0.23 350.97 0.44 0.59
Hex C4 67 75 0 2F 28 17 15F 2C 3B
Octal 304 147 165 0 57 50 27 537 54 73
Binary 11000100 1100111 1110101 0 101111 101000 10111 101011111 101100 111011

Color Harmonies of #C46775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46775

Black with #C46775

Text Example


Text Example

White with #C46775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46775; }

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

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

background-color css

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

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

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

border-color css

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

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

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