Html Css Color HEX #C0687F Tapestry

📋 copy color: '#C0687F'

red 192 ◦ green 104 ◦ blue 127

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

Shades of Tapestry #C0687F

Tints of Tapestry #C0687F

RGB

 RED value IS 192 (75.39% from 255) = 45.39%

 GREEN value IS 104 (41.02% from 255) = 24.59%

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

R = 45.39%
G = 24.59%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0687F (or 0xC0687F) is known color: Tapestry. HEX triplet: C0, 68 and 7F. RGB value is (192,104,127). Sum of RGB (Red+Green+Blue) = 192+104+127=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0687F is #3F9780. Grayscale: #848484. Windows color (decimal): -4167553 or 8349888. OLE color: 8349888.

HSL color Cylindrical-coordinate representation of color #C0687F: hue angle of 344.32º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0687F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 127 -
CMYK 0 0.46 0.34 0.25
HSL 344.32º 0.41% 0.58% -
HSV(B) 344.32º 0.46% 0.75% -
XYZ 30.52 22.64 22.84 -
YUV 132.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 192 104 127 0 0.46 0.34 0.25 344.32 0.41 0.58
Hex C0 68 7F 0 2E 22 19 158 29 3A
Octal 300 150 177 0 56 42 31 530 51 72
Binary 11000000 1101000 1111111 0 101110 100010 11001 101011000 101001 111010

Color Harmonies of #C0687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0687F

Black with #C0687F

Text Example


Text Example

White with #C0687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0687F; }

 p { color: rgb(192,104,127); }

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

background-color css

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

 a { background-color: rgb(192,104,127); }

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

border-color css

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

 span { border-color: rgb(192,104,127); }

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