Html Css Color HEX #C16E4B Red Damask

📋 copy color: '#C16E4B'

red 193 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #C16E4B

Tints of Red Damask #C16E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 51.06%
G = 29.1%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C16E4B (or 0xC16E4B) is known color: Red Damask. HEX triplet: C1, 6E and 4B. RGB value is (193,110,75). Sum of RGB (Red+Green+Blue) = 193+110+75=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E4B is #3E91B4. Grayscale: #838383. Windows color (decimal): -4100533 or 4943553. OLE color: 4943553.

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

Color convert

RGB 193 110 75 -
CMYK 0 0.43 0.61 0.24
HSL 17.8º 0.49% 0.53% -
HSV(B) 17.8º 0.61% 0.76% -
XYZ 28.84 23 9.58 -
YUV 130.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 193 110 75 0 0.43 0.61 0.24 17.8 0.49 0.53
Hex C1 6E 4B 0 2B 3D 18 12 31 35
Octal 301 156 113 0 53 75 30 22 61 65
Binary 11000001 1101110 1001011 0 101011 111101 11000 10010 110001 110101

Color Harmonies of #C16E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E4B

Black with #C16E4B

Text Example


Text Example

White with #C16E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E4B; }

 p { color: rgb(193,110,75); }

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

background-color css

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

 a { background-color: rgb(193,110,75); }

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

border-color css

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

 span { border-color: rgb(193,110,75); }

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