Html Css Color HEX #C46C7A Tapestry

📋 copy color: '#C46C7A'

red 196 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #C46C7A

Tints of Tapestry #C46C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 46.01%
G = 25.35%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C46C7A (or 0xC46C7A) is known color: Tapestry. HEX triplet: C4, 6C and 7A. RGB value is (196,108,122). Sum of RGB (Red+Green+Blue) = 196+108+122=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C7A is #3B9385. Grayscale: #878787. Windows color (decimal): -3904390 or 8023236. OLE color: 8023236.

HSL color Cylindrical-coordinate representation of color #C46C7A: hue angle of 350.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C7A is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 108 122 -
CMYK 0 0.45 0.38 0.23
HSL 350.45º 0.43% 0.6% -
HSV(B) 350.45º 0.45% 0.77% -
XYZ 31.64 23.87 21.35 -
YUV 135.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 196 108 122 0 0.45 0.38 0.23 350.45 0.43 0.6
Hex C4 6C 7A 0 2D 26 17 15E 2B 3C
Octal 304 154 172 0 55 46 27 536 53 74
Binary 11000100 1101100 1111010 0 101101 100110 10111 101011110 101011 111100

Color Harmonies of #C46C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C7A

Black with #C46C7A

Text Example


Text Example

White with #C46C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C7A; }

 p { color: rgb(196,108,122); }

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

background-color css

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

 a { background-color: rgb(196,108,122); }

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

border-color css

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

 span { border-color: rgb(196,108,122); }

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