Html Css Color HEX #C4697A Tapestry

📋 copy color: '#C4697A'

red 196 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #C4697A

Tints of Tapestry #C4697A

RGB

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

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

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

R = 46.34%
G = 24.82%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4697A (or 0xC4697A) is known color: Tapestry. HEX triplet: C4, 69 and 7A. RGB value is (196,105,122). Sum of RGB (Red+Green+Blue) = 196+105+122=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4697A is #3B9685. Grayscale: #868686. Windows color (decimal): -3905158 or 8022468. OLE color: 8022468.

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

Color convert

RGB 196 105 122 -
CMYK 0 0.46 0.38 0.23
HSL 348.79º 0.44% 0.59% -
HSV(B) 348.79º 0.46% 0.77% -
XYZ 31.33 23.24 21.25 -
YUV 134.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 196 105 122 0 0.46 0.38 0.23 348.79 0.44 0.59
Hex C4 69 7A 0 2E 26 17 15D 2C 3B
Octal 304 151 172 0 56 46 27 535 54 73
Binary 11000100 1101001 1111010 0 101110 100110 10111 101011101 101100 111011

Color Harmonies of #C4697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4697A

Black with #C4697A

Text Example


Text Example

White with #C4697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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