Html Css Color HEX #C16774 Cabaret

📋 copy color: '#C16774'

red 193 ◦ green 103 ◦ blue 116

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

Shades of Cabaret #C16774

Tints of Cabaret #C16774

RGB

 RED value IS 193 (75.78% from 255) = 46.84%

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

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 46.84%
G = 25%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C16774 (or 0xC16774) is known color: Cabaret. HEX triplet: C1, 67 and 74. RGB value is (193,103,116). Sum of RGB (Red+Green+Blue) = 193+103+116=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C16774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16774 is #3E988B. Grayscale: #838383. Windows color (decimal): -4102284 or 7628737. OLE color: 7628737.

HSL color Cylindrical-coordinate representation of color #C16774: hue angle of 351.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16774 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 103 116 -
CMYK 0 0.47 0.40 0.24
HSL 351.33º 0.42% 0.58% -
HSV(B) 351.33º 0.47% 0.76% -
XYZ 29.99 22.3 19.25 -
YUV 131.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 193 103 116 0 0.47 0.40 0.24 351.33 0.42 0.58
Hex C1 67 74 0 2F 28 18 15F 2A 3A
Octal 301 147 164 0 57 50 30 537 52 72
Binary 11000001 1100111 1110100 0 101111 101000 11000 101011111 101010 111010

Color Harmonies of #C16774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16774

Black with #C16774

Text Example


Text Example

White with #C16774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16774; }

 p { color: rgb(193,103,116); }

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

background-color css

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

 a { background-color: rgb(193,103,116); }

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

border-color css

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

 span { border-color: rgb(193,103,116); }

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