Html Css Color HEX #C16274 Cabaret

📋 copy color: '#C16274'

red 193 ◦ green 98 ◦ blue 116

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

Shades of Cabaret #C16274

Tints of Cabaret #C16274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

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

R = 47.42%
G = 24.08%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C16274 (or 0xC16274) is known color: Cabaret. HEX triplet: C1, 62 and 74. RGB value is (193,98,116). Sum of RGB (Red+Green+Blue) = 193+98+116=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C16274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16274 is #3E9D8B. Grayscale: #808080. Windows color (decimal): -4103564 or 7627457. OLE color: 7627457.

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

Color convert

RGB 193 98 116 -
CMYK 0 0.49 0.40 0.24
HSL 348.63º 0.43% 0.57% -
HSV(B) 348.63º 0.49% 0.76% -
XYZ 29.51 21.33 19.09 -
YUV 128.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 193 98 116 0 0.49 0.40 0.24 348.63 0.43 0.57
Hex C1 62 74 0 31 28 18 15D 2B 39
Octal 301 142 164 0 61 50 30 535 53 71
Binary 11000001 1100010 1110100 0 110001 101000 11000 101011101 101011 111001

Color Harmonies of #C16274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16274

Black with #C16274

Text Example


Text Example

White with #C16274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16274; }

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

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

background-color css

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

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

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

border-color css

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

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

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