Html Css Color HEX #C4697F Tapestry

📋 copy color: '#C4697F'

red 196 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #C4697F

Tints of Tapestry #C4697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.67%

R = 45.79%
G = 24.53%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4697F (or 0xC4697F) is known color: Tapestry. HEX triplet: C4, 69 and 7F. RGB value is (196,105,127). Sum of RGB (Red+Green+Blue) = 196+105+127=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4697F is #3B9680. Grayscale: #868686. Windows color (decimal): -3905153 or 8350148. OLE color: 8350148.

HSL color Cylindrical-coordinate representation of color #C4697F: hue angle of 345.49º 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 #C4697F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 127 -
CMYK 0 0.46 0.35 0.23
HSL 345.49º 0.44% 0.59% -
HSV(B) 345.49º 0.46% 0.77% -
XYZ 31.65 23.37 22.92 -
YUV 134.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 196 105 127 0 0.46 0.35 0.23 345.49 0.44 0.59
Hex C4 69 7F 0 2E 23 17 159 2C 3B
Octal 304 151 177 0 56 43 27 531 54 73
Binary 11000100 1101001 1111111 0 101110 100011 10111 101011001 101100 111011

Color Harmonies of #C4697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4697F

Black with #C4697F

Text Example


Text Example

White with #C4697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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