Html Css Color HEX #C46675 Cabaret

📋 copy color: '#C46675'

red 196 ◦ green 102 ◦ blue 117

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

Shades of Cabaret #C46675

Tints of Cabaret #C46675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

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

R = 47.23%
G = 24.58%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46675 (or 0xC46675) is known color: Cabaret. HEX triplet: C4, 66 and 75. RGB value is (196,102,117). Sum of RGB (Red+Green+Blue) = 196+102+117=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C46675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46675 is #3B998A. Grayscale: #838383. Windows color (decimal): -3905931 or 7694020. OLE color: 7694020.

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

Color convert

RGB 196 102 117 -
CMYK 0 0.48 0.40 0.23
HSL 350.43º 0.44% 0.58% -
HSV(B) 350.43º 0.48% 0.77% -
XYZ 30.73 22.52 19.56 -
YUV 131.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 196 102 117 0 0.48 0.40 0.23 350.43 0.44 0.58
Hex C4 66 75 0 30 28 17 15E 2C 3A
Octal 304 146 165 0 60 50 27 536 54 72
Binary 11000100 1100110 1110101 0 110000 101000 10111 101011110 101100 111010

Color Harmonies of #C46675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46675

Black with #C46675

Text Example


Text Example

White with #C46675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46675; }

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

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

background-color css

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

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

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

border-color css

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

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

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