Html Css Color HEX #C4697D Tapestry

📋 copy color: '#C4697D'

red 196 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #C4697D

Tints of Tapestry #C4697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 46.01%
G = 24.65%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4697D (or 0xC4697D) is known color: Tapestry. HEX triplet: C4, 69 and 7D. RGB value is (196,105,125). Sum of RGB (Red+Green+Blue) = 196+105+125=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4697D is #3B9682. Grayscale: #868686. Windows color (decimal): -3905155 or 8219076. OLE color: 8219076.

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

Color convert

RGB 196 105 125 -
CMYK 0 0.46 0.36 0.23
HSL 346.81º 0.44% 0.59% -
HSV(B) 346.81º 0.46% 0.77% -
XYZ 31.52 23.32 22.24 -
YUV 134.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 196 105 125 0 0.46 0.36 0.23 346.81 0.44 0.59
Hex C4 69 7D 0 2E 24 17 15B 2C 3B
Octal 304 151 175 0 56 44 27 533 54 73
Binary 11000100 1101001 1111101 0 101110 100100 10111 101011011 101100 111011

Color Harmonies of #C4697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4697D

Black with #C4697D

Text Example


Text Example

White with #C4697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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