Html Css Color HEX #C16970 Cabaret

📋 copy color: '#C16970'

red 193 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #C16970

Tints of Cabaret #C16970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 47.07%
G = 25.61%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C16970 (or 0xC16970) is known color: Cabaret. HEX triplet: C1, 69 and 70. RGB value is (193,105,112). Sum of RGB (Red+Green+Blue) = 193+105+112=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C16970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16970 is #3E968F. Grayscale: #848484. Windows color (decimal): -4101776 or 7367105. OLE color: 7367105.

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

Color convert

RGB 193 105 112 -
CMYK 0 0.46 0.42 0.24
HSL 355.23º 0.42% 0.58% -
HSV(B) 355.23º 0.46% 0.76% -
XYZ 29.97 22.61 18.11 -
YUV 132.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 193 105 112 0 0.46 0.42 0.24 355.23 0.42 0.58
Hex C1 69 70 0 2E 2A 18 163 2A 3A
Octal 301 151 160 0 56 52 30 543 52 72
Binary 11000001 1101001 1110000 0 101110 101010 11000 101100011 101010 111010

Color Harmonies of #C16970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16970

Black with #C16970

Text Example


Text Example

White with #C16970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16970; }

 p { color: rgb(193,105,112); }

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

background-color css

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

 a { background-color: rgb(193,105,112); }

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

border-color css

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

 span { border-color: rgb(193,105,112); }

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